RE: Getting undefined error on ajax call

2009-06-30 Thread Kishan G. Chellap Paandy
o:newton.d...@yahoo.com] Sent: Saturday, June 27, 2009 1:47 AM 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 tag as shown below. > > <@s.url id="sort" namespace="${p

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 tag as shown below. <@s.url id="sort" namespace="${parameters.nameSpace}" action="Sort"> <@s.param name="sortBy">${tmpSortMethodName?trim} <@s.param name="sortType">desc <@sx.a href="${sort}" key="${tmpColumnName}" targets="co

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 tag as shown below. <@s.url id="sort" namespace="${parameters.nameSpace}" action="Sort"> <@s.param name="sortBy">${tmpSortMethodName?trim}