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 <iput type="text" name=arr[0] /> <iput type="text" name=arr[1] /> <iput type="text" name=arr[2] />
And in action class I have private String[] arr; and getter and setters. But it causes an error . How could I populate it . Is there any way I can do this? I have searched mailing list and could not find any reply. -- Thanks Arun George