RE: Getting undefined error on ajax call

2009-06-30 Thread Kishan G. Chellap Paandy
To: Struts Users Mailing List Subject: Re: Getting undefined error on ajax call Praveen.V.Kumar wrote: In ftl, I am making ajax call in sx.a tag as shown below. @s.url id=sort namespace=${parameters.nameSpace} action=Sort @s.param name=sortBy${tmpSortMethodName?trim}/@s.param

Getting undefined error on ajax call

2009-06-26 Thread Praveen . V . Kumar
Hi, I'm using struts 2.1.6, struts2-dojo-plugin-2.1.6.jar, xwork-2.1.2, freemarker 2.3.13, ognl 2.6.11 and jboss 5.0.1. In ftl, I am making ajax call in sx.a tag as shown below. @s.url id=sort namespace=${parameters.nameSpace} action=Sort @s.param name=sortBy${tmpSortMethodName?trim}/@s.param

Re: Getting undefined error on ajax call

2009-06-26 Thread Dave Newton
Praveen.V.Kumar wrote: In ftl, I am making ajax call in sx.a tag as shown below. @s.url id=sort namespace=${parameters.nameSpace} action=Sort @s.param name=sortBy${tmpSortMethodName?trim}/@s.param @s.param name=sortTypedesc/@s.param /@s.url @sx.a href=${sort} key=${tmpColumnName}