Re: Struts2 Array of Elements

2008-04-18 Thread Dave Newton
--- Arun <[EMAIL PROTECTED]> wrote: > I have > > > > > And in action class I have > private String[] arr; > and getter and setters. > > But it causes an error . It might be helpful to be more specific. Dave - To unsubscrib

Struts2 Array of Elements

2008-04-18 Thread Arun
Hi, I have a neat strust2 app with spring/hibernate and jsp. I have set of array properties. How do I populate to action. I am using JSP/JSTL and no ognl or struts tags. I have And in action class I have private String[] arr; and getter and setters. But it causes an error . How could I popula