You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Abhijeet Mahalkar <Ab...@indussoft.com> on 2003/09/25 11:39:16 UTC

Value assignment to html:hidden field...

how can we assign the JSP value to the hidden field
code is as follows 
String date = session.getValue("BussinessDate");
this date variable i want to assign to following field...
    <html:hidden property="txtBusidate" width="15" size="25" maxlength="25" />

will this work ? 

<html:hidden value = <%=date %> property="txtBusidate" width="15" size="25" maxlength="25"/>

please suggest 
abbey




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org