|
Posted by Scott on 10/01/17 11:32
It is the problem!
Can't believe I missed even checked.
Thanks so much, vdP!
vdP wrote:
> 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]
|