Re: Struts 2: Can not set Action's property which is an array of Strings

2008-10-23 Thread stanlick
Maybe you should consider buying an off-the-shelf web application or slowing down a little to read the documentation. Popping in and asking for snippets of code for this and a sample file to do that only shows that you are looking for someone else to do your work. Have you searched *this* mailing

Re: Struts 2: Can not set Action's property which is an array of Strings

2008-10-23 Thread MyAshok
Andriy, Can u give me the sample code snippet to get the array value from jsp. With Regards, MYAshok Andriy Kharchuk wrote: > > It helped. Thank you. > > 2008/1/28, Hernandez, David <[EMAIL PROTECTED]>: >> >> >> Andriy, >> >> Try putting the array in an encapsulating object, i.e. an ArrayLi

Re: Struts 2: Can not set Action's property which is an array of Strings

2008-01-28 Thread Andriy Kharchuk
It helped. Thank you. 2008/1/28, Hernandez, David <[EMAIL PROTECTED]>: > > > Andriy, > > Try putting the array in an encapsulating object, i.e. an ArrayList. > > Regards, > > David Hernandez > > -Original Message- > From: Andriy Kharchuk [mailto:[EMAIL PROTECTED] > Sent: Monday, January 28

RE: Struts 2: Can not set Action's property which is an array of Strings

2008-01-28 Thread Hernandez, David
Andriy, Try putting the array in an encapsulating object, i.e. an ArrayList. Regards, David Hernandez -Original Message- From: Andriy Kharchuk [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 4:15 PM To: Struts Users Mailing List Subject: Struts 2: Can not set Action's propert