Hi,
I have a form with text box. When the user enters Name and clicks button, am calling a servlet.
What I need is �when the user enters name and clicks Submit..i want this name to be available on Servlet. I am doing the following way..but still it is showing null.
Can anyone help .
<form name="userLogin" ACTION="UserValidation" METHOD="POST">
<tr> User Name
<td><input type="text" name=�userName" id="userName" ></td>
</tr>
This is how I am getting in Servlet
userName is showing null here. How could I get the userName that is entered to form??
Thanks
[BPSouther: Added
code tags]
[ September 11, 2007: Message edited by: Ben Souther ]