Hi,
I have a multiple selection box in one of the jsp:
<TR>
<TD height=30 class="Formblue"
valign=top><strong>Select Level :</strong></TD>
<TD colspan=5 class="para" >
<strong>
<html:select multiple="true" style="width:220px"
size="3" name="MyForm" property="strLevelId" >
<html:options collection="arlstLevelList"
property="strLevelId" labelProperty="strLevelName"/>
</html:select>
</strong>
<span class="formblue"><strong><bean:message
key="common.CtrlMessage"/></strong></span>
</TD>
</TR>
When the user clicks on "Submit" it goes to another jsp. Now the user
clicks on the back button, the selected value in the multiple selection box
is not retained. I need your inputs to fix this.
smime.p7s
Description: S/MIME cryptographic signature

