Hey all,

I was wondering if people know how to setup the
<html:select> tag where when something is submitted,
the next time you get to that form again, the things
you selected are >highlighted< in the select item.??

what I'm doing right now is:

<html:select name="blah" property="arrayList"
multiple="true">
   <html:options collection="sColl" property="value"/>
</html:select>

(this basically calls blah.setArrayList( ) with the
options selected)

Next time i give it "blah" will the proper option's be
selected??

Any help would be greatly appreciated.

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers

Reply via email to