My Intention was to create a "mulitpurpose"-Collection, that contains some stuff I need regulary. But maybe it's a better approach to split them into several collections and then use the <html:options...
I dont' want to use standard html <option>-Tag because sometimes I need an entry in the comboxbox preselected and the struts <html:option(s)>-Tags handle this quite well. So I guess I'll split my "super-collection". Thanks again for your replies ! Marc On Thu, 22 Apr 2004 13:28:33 -0300 "Henrique VIECILI" <[EMAIL PROTECTED]> wrote: > Marc, > > i think the best way, according to the MVC pattern (JSP is the View), > you should split the collection in 2 collections leaving the Control > to your Action. But if you don_t wanna do this you can try to use just > <option value='<bean:write ..../>' > instead of <html:option> > > Henrique --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]