Well, I make multiple selection and submit the page, which will be
forwarded to if validation is not passed. I want to keep selected the
multiple <option>s of <select> when I am back. What  can I do?

This is the fragment of source code:

<html:select property="contacts" multiple="true"
ondblclick="javascript:DelContact();" styleClass="selectBox"
style="width:100%;height=60px;" >
<html:options collection="contactList" property="value" labelProperty="label"/>
</html:select>

Thanks in advance.

Jerry

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to