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

2008-01-28 Thread Andriy Kharchuk
Hi guys, My Action has property which is an array of Strings. I'm rendering html table using this property. What is correct way to update this property from jsp? I tried the following but it doesn't work: 1. JSP 2. Action private String[] selectedItems; public String[] getSelecte

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

2008-01-28 Thread Hernandez, David
x27;s property which is an array of Strings Hi guys, My Action has property which is an array of Strings. I'm rendering html table using this property. What is correct way to update this property from jsp? I tried the following but it doesn't work: 1. JSP 2. Action private String[

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

2008-01-28 Thread Andriy Kharchuk
:[EMAIL PROTECTED] > Sent: Monday, January 28, 2008 4:15 PM > To: Struts Users Mailing List > Subject: Struts 2: Can not set Action's property which is an array of > Strings > > Hi guys, > > My Action has property which is an array of Strings. I'm rendering html >

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

2008-10-23 Thread MyAshok
ng 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

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

2008-10-23 Thread stanlick
t; >> > >> Regards, > >> > >> David Hernandez > >> > >> -Original Message----- > >> From: Andriy Kharchuk [mailto:[EMAIL PROTECTED] > >> Sent: Monday, January 28, 2008 4:15 PM > >> To: Struts Users Mailing List > >&