|
Posted by vdP on 11/19/44 11:32
Scott wrote:
> I am trying to pass value by Hidden field to the next page. However,
> only the NO Hidden fields are successfully passed. All hidden fields
> failed to be passed and are null in the next page. Following is the
> JSP code
>
> <FORM name="FormUpdEmp" method="POST" action="action_upd.jsp">
> <inpup type="hidden" name="userID" value="test">
> <inpup type="hidden" name="userName" value="Bush">
Shouldn't that be "input" instead of "inpup" ?
vdP
Navigation:
[Reply to this message]
|