Re: How can I keep multiple selection of html:options when I am back

2005-11-15 Thread Danny Lee
I don't know if I understand you right, but if you wan't to get the option selected before validation, just save it in some form Attribute of your Struts Form and then use: value="${myForm.lastSelectedThing}> Cheerz Danny Chen Jerry schrieb: Well, I make multiple selection and submit the p

How can I keep multiple selection of html:options when I am back

2005-11-14 Thread Chen Jerry
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 s of when I am back. What can I do? This is the fragment of source code: Thanks in advance. Jerry -