Re: about ArrayList and the BeanUtils.populate() exception ?

2002-10-04 Thread Martin Grebac
. Is there another way to do with a multiple select? Thanks Vincent Martin Grebac wrote: Hi, so here is the Bugid: 13075 . May I expect something's gonna happen with it, or will it die in the deeps of the bug database ;O)) Martin Martin Grebac wrote: Yes, I built everything anew, and also

again ArrayList and javax.servlet.ServletException: BeanUtils.populateexception

2002-09-27 Thread Martin Grebac
Hi, I'm looking for any hint or advice. I've got code like this on my jsp page: html:select property=folders multiple=true html:options property=folders/ /html:select property folders is a property of my ModulePathForm bean: /* ModulePathForm.java */ public class ModulePathForm

Re: again ArrayList and javax.servlet.ServletException: BeanUtils.populate exception

2002-09-27 Thread Martin Grebac
No, it doesn't work also. I get the same exception everytime. I want to have the possibility to select multiple folders, so I did what you suggested: added property selectedFolders of type String[], so I added this code to my ModulePathForm: private String[] selectedFolders;

Re: again ArrayList and javax.servlet.ServletException: BeanUtils .populate exception

2002-09-27 Thread Martin Grebac
class? - Thorsten -Original Message- From: Martin Grebac [mailto:[EMAIL PROTECTED]] Sent: 27 September 2002 13:32 To: Struts Users Mailing List Subject: Re: again ArrayList and javax.servlet.ServletException: BeanUtils .populate exception No, it doesn't work also. I get the same

Re: again ArrayList and javax.servlet.ServletException: BeanUtils .populate exception

2002-09-27 Thread Martin Grebac
Hi, so here is the Bugid: 13075 . May I expect something's gonna happen with it, or will it die in the deeps of the bug database ;O)) Martin Martin Grebac wrote: Yes, I built everything anew, and also restarted server. I forgot to mention I'm using Struts 1.0.2 (but I think it's