Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
public Template handleRequest( HttpServletRequest request,
HttpServletResponse response,
Context context )
{
String st1 = request.getParameter("userName");
logger.debug("Read userName: " + userName);
}
<form method="post" action="/WebSpecif/connection" enctype="text/plain"><p>
<label for="iduser">User name :</label>
<select id="iduser" name="userName">
<option value="Leon">Leon</option>
<option value="Lea">Lea</option>
<option value="Leo">Leo</option>
</select><br>
<input type="submit" value="Send" size="30"><input type="reset" value="Blank" size="30">
</p>
</form>
<form method="post" action="test1.jsp" enctype="text/plain">
<form method="post" action="test1.jsp" enctype="text/html">