Re: multiple selectlists

2001-06-09 Thread Craig R. McClanahan
On Mon, 4 Jun 2001, Dante le Poole wrote: Hi all, Can Struts deal with selectlists which allow multiple selections? Sure. There is an example of this on the html-select.jsp page in the exercise example application. Basically, you say something like: html:select property=propname

multiple selectlists

2001-06-04 Thread Dante le Poole
Hi all, Can Struts deal with selectlists which allow multiple selections? If so, how should I create the accessors methods for the formbean, i.e. how does Struts get/set the multiple selections from the formbean? Thanx! Dante