> Hello,

I try to make a Jsp.
In fact, I would like to make the HelloVelocity in JSP instead of servlet.
I can't get the parameter when I input data in the form.

My JSP code for that is:



<form method = get >
value? <input = text name = "nameOfValue" value="hello" >
<input type=submit value="Submit">
</form>


... and i get my paramater with:

request.getParameter("nameOfValue");

but that returns me null !

thanks

vincent.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to