JList

2003-01-10 Thread Gus Delgado
On Struts and jsp tags, what is the alternative to a JList. Where a user can select multiple items from that list? -thanks Gus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: JList

2003-01-10 Thread Eric C. Hein
PM Subject: JList On Struts and jsp tags, what is the alternative to a JList. Where a user can select multiple items from that list? -thanks Gus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail

Re: JList

2003-01-10 Thread Gus Delgado
PROTECTED] Sent: Friday, January 10, 2003 12:31 PM Subject: JList On Struts and jsp tags, what is the alternative to a JList. Where a user can select multiple items from that list? -thanks Gus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: JList

2003-01-10 Thread Gus Delgado
PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 10, 2003 12:31 PM Subject: JList On Struts and jsp tags, what is the alternative to a JList. Where a user can select multiple items from that list? -thanks Gus -- To unsubscribe, e-mail: mailto:[EMAIL

Re: JList

2003-01-10 Thread Eric C. Hein
getItem() should take a String[]. - Original Message - From: Gus Delgado [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 10, 2003 2:10 PM Subject: Re: JList will the getItem() in the Form take a Collection as suppose of a String? Eric C. Hein