I am using <html:hidden styleId="user" property="issueBranch" value='' />
For value of <html:hidden> i want to set value that i am getting from <bean:write name="sessionData" property="userId"/>
How to do this?
I am using <html:hidden styleId=user property=issueBranch value=” /> For value of <html:hidden> i want
Share
Use
and in the action which dispatches to the JSP, set the form bean’s
issueBranchproperty to what you want: