Re: Setting object from param tag fails in Struts 2.2.1

2010-11-17 Thread Raj Nagappan
On 16/11/2010 9:18 PM, Raj Nagappan wrote: Hi, The parameter is definitely an object, if I replace the JSP below with I get keywordl...@3bcdf1, 15 which is correct. Furthermore if I add a setKeywordList(String[] param) method or setKeywordList(String param) method into the action class

Re: Setting object from param tag fails in Struts 2.2.1

2010-11-16 Thread Raj Nagappan
g array as it's parameter. 2010/11/15 Raj Nagappan: Hi, we recently upgraded from Struts 2.0.14 to 2.2.1 and I notice that the following JSP code to inject an object property from one action into another action has stopped working: So it checks that the object is not null and the

Setting object from param tag fails in Struts 2.2.1

2010-11-14 Thread Raj Nagappan
Hi, we recently upgraded from Struts 2.0.14 to 2.2.1 and I notice that the following JSP code to inject an object property from one action into another action has stopped working: So it checks that the object is not null and then tries to set it on the parameter "keywordList". This worked