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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]