Re: Struts 2 + AjaxTags + DisplayTag

2008-12-12 Thread srikanth_m03
Hi, I am trying to implement the new version of ajaxtags in my applicataion on Struts2 + ajaxtags-1.5-beta-0.2 +displaytags.1.1.1 I am able to show the table with the result set from the DataBase. but, I am unable to perform pagination and export with this configuration. could anyone help me

Re: Struts 2 + AjaxTags + DisplayTag

2008-09-17 Thread dynamicd
Developer Nuvox Communications From: Márcio Gurgel [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org Date: Tue, 15 Apr 2008 01:18:34 -0300 To: Struts Users Mailing List user@struts.apache.org Subject: Re: Struts 2 + AjaxTags + DisplayTag Matt, tanks

Re: Struts 2 + AjaxTags + DisplayTag

2008-09-17 Thread MyAshok
-To: Struts Users Mailing List user@struts.apache.org Date: Tue, 15 Apr 2008 01:18:34 -0300 To: Struts Users Mailing List user@struts.apache.org Subject: Re: Struts 2 + AjaxTags + DisplayTag Matt, tanks for your help. But I need to persist with displayTags /: I guess that there's some kind

Re: Struts 2 + AjaxTags + DisplayTag

2008-09-17 Thread dynamicd
From: Márcio Gurgel [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org Date: Tue, 15 Apr 2008 01:18:34 -0300 To: Struts Users Mailing List user@struts.apache.org Subject: Re: Struts 2 + AjaxTags + DisplayTag Matt, tanks for your help. But I need to persist

RE: Struts 2 + AjaxTags + DisplayTag

2008-09-16 Thread dynamicd
. Date: Mon, 15 Sep 2008 15:24:30 -0700 From: [EMAIL PROTECTED] To: user@struts.apache.org Subject: Re: Struts 2 + AjaxTags + DisplayTag I tried using ajaxtags with display tag in my app and havent been successful. My App has a Tabbed Panel and in one of the tabs I have a table that I am

RE: Struts 2 + AjaxTags + DisplayTag

2008-09-16 Thread dynamicd
. Date: Mon, 15 Sep 2008 15:24:30 -0700 From: [EMAIL PROTECTED] To: user@struts.apache.org Subject: Re: Struts 2 + AjaxTags + DisplayTag I tried using ajaxtags with display tag in my app and havent been successful. My App has a Tabbed Panel and in one of the tabs I have a table that I am

Re: Struts 2 + AjaxTags + DisplayTag

2008-09-12 Thread dynamicd
[EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org Date: Tue, 15 Apr 2008 01:18:34 -0300 To: Struts Users Mailing List user@struts.apache.org Subject: Re: Struts 2 + AjaxTags + DisplayTag Matt, tanks for your help. But I need to persist with displayTags /: I

Re: Struts 2 + AjaxTags + DisplayTag

2008-04-15 Thread Randy Burgess
: Márcio Gurgel [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org Date: Tue, 15 Apr 2008 01:18:34 -0300 To: Struts Users Mailing List user@struts.apache.org Subject: Re: Struts 2 + AjaxTags + DisplayTag Matt, tanks for your help. But I need to persist

Re: Struts 2 + AjaxTags + DisplayTag

2008-04-15 Thread Márcio Gurgel
Burgess Sr. Web Applications Developer Nuvox Communications From: Márcio Gurgel [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org Date: Tue, 15 Apr 2008 01:18:34 -0300 To: Struts Users Mailing List user@struts.apache.org Subject: Re: Struts 2 + AjaxTags

Re: Struts 2 + AjaxTags + DisplayTag

2008-04-14 Thread matt.payne
You could try struts2 + jquery + jgrid (http://trirand.com/jqgrid/jqgrid.html) If you need ajax, you need something that returns an json or xml response (insert you velocity, freemarker, json result, jsp result here). Matt Márcio Gurgel wrote: Hi all! Since this morning I'm having

Re: Struts 2 + AjaxTags + DisplayTag

2008-04-14 Thread Márcio Gurgel
Matt, tanks for your help. But I need to persist with displayTags /: I guess that there's some kind of validation inside struts 2 that doesnt allow the correct work of ajaxtags.. Just take a look at my generated url from displaytag pagination.

Struts 2 + AjaxTags + DisplayTag

2008-04-13 Thread Márcio Gurgel
Hi all! Since this morning I'm having troubles to configure ajaxTags in my project. I followed the steps from ajaxTags web site, I also saw the ajaxTags show case wich contains a example of display:table. But doen't work... Is there some kind os special configuration for struts 2? My