Re: Setting object from param tag fails in Struts 2.2.1

2010-11-17 Thread Raj Nagappan
9:18 PM, Raj Nagappan wrote: Hi, The parameter is definitely an object, if I replace the JSP below with h1s:property value=photoSet.keywordListLazyLoad//h1 h1s:property value=photoSet.keywordListLazyLoad.id//h1 I get keywordl...@3bcdf1, 15 which is correct. Furthermore if I add a setKeywordList

Re: Setting object from param tag fails in Struts 2.2.1

2010-11-16 Thread Raj Nagappan
Hi, The parameter is definitely an object, if I replace the JSP below with h1s:property value=photoSet.keywordListLazyLoad//h1 h1s:property value=photoSet.keywordListLazyLoad.id//h1 I get keywordl...@3bcdf1, 15 which is correct. Furthermore if I add a setKeywordList(String[] param) method or

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: s:if test=photoSet.keywordListLazyLoad != null s:action namespace=/search name=KeywordList executeResult=true