Re: error while submitting form

2005-11-01 Thread Laurie Harper
We'd need to see you JSP to give a more detailed answer, but it looks like you're creating a request parameter named 'details' and your ActionForm has a property named 'details' that's an ArrayList. Struts doesn't know how to convert a string to an ArrayList, so you get an error. Are you tryin

error while submitting form

2005-11-01 Thread sma3har
Hi, I am getting this following error when i try to submit the form that iterates over arraylist of objects. Please help me with this error. Nov 01 09:45:55 2005: Servlet action: unable to service request: BeanUtils.populate Nov 01 09:45:55 2005: javax.servlet.ServletException: BeanUtils.populate