[Solved] which should i use in request.getParameter in servlet? [duplicate]


You have to address the name Attribute of your input Elements Serverside. So if you would have <input type="text" name="username" id="userelementid"> then you would still use request.getParameter("username")

0

solved which should i use in request.getParameter in servlet? [duplicate]