We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940aa34 commit ababae9Copy full SHA for ababae9
1 file changed
src/main/webapp/index.jsp
@@ -48,7 +48,7 @@
48
background-color: #5f6ecc;
49
font-weight: bold;">Web Calculator</div>
50
<div class="panel-body">
51
- <form>
+ <form action="firstHomePage" method="get">
52
<fieldset>
53
<div class="form-group">
54
<input type="text" name="n1" class="form-control" />
0 commit comments