Sunday, 8 September 2013

how to get textbox value in jsp

how to get textbox value in jsp

<input type="hidden" id="hPropId" name="hPropId" value="" />
this 'hPropId' value is set from javascript & after that i want to access
it in current jsp
How to do that ?
Thanks

No comments:

Post a Comment