Re: [appfuse-user] Ajax Table

2007-11-15 Thread J. David Mendoza
It's not DisplayTag and in functionality it doesn't compare you would have to build it... but it's built dynamically with javascript and you could use Ajax... This is the demo in their site... http://getahead.org/dwr/examples/table David M. Raghuveer Rawat wrote: Thanks Mike, I will looked o

Re: [appfuse-user] Ajax Table

2007-11-15 Thread Raghuveer Rawat
Thanks Mike, I will looked on JMesa. David, Can you pl. give some more information on how to use DWR with DisplayTag lib? On Nov 15, 2007 9:41 AM, J. David Mendoza <[EMAIL PROTECTED]> wrote: > You can use dwr to build a simple one... dwr is already configured in > appfuse... ;) > > Michael Horwi

Re: [appfuse-user] Ajax Table

2007-11-15 Thread J. David Mendoza
You can use dwr to build a simple one... dwr is already configured in appfuse... ;) Michael Horwitz wrote: We use eXtremeComponents which adds both column filters and ajax paging. I see from their site that a new library has been created called JMesa which claims to offer a better API along wi

Re: [appfuse-user] Ajax Table

2007-11-15 Thread Michael Horwitz
We use eXtremeComponents which adds both column filters and ajax paging. I see from their site that a new library has been created called JMesa which claims to offer a better API along with improved Ajax support. Site is here: http://code.google.com/p/jmesa/ Mike On 11/15/07, Raghuveer Rawat <[EM

[appfuse-user] Ajax Table

2007-11-15 Thread Raghuveer Rawat
Hi, I want to use Ajax style table for my current project. I know about DisplayTag library. It is a great solution for Tabular Data display but it is lacking Ajax implementation. Do we have any other library which offer inbuilt support for Ajax? Thanks Raghuveer Rawat