Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4571734
By: hpgabbar

I think every click in display tag, submits/refreshes the page. If you want
to ajaxify your display tag, then

1) try putting entire table in some html container like DIV and modify links
for pagination and sorting to point to some Javascript function which would
then fire an ajax request.

2) You may automate the first step by using some ready-made ajax-tag library
which would just refresh table created by display tag.
in this case DisplayTag would be an inner tag. In step 1, you may need to create
your own tag similar to this.

I think this should resolve the problem. I had tried this, and it works fine...

Thanks.





______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to