Hi,
We have pages containing more that one table. When the user clicks on the header of a table to sort it, we ideally want to be back at the table that has just been sorted rather than at the top of the page again.
I thought I could achieve this by putting an anchor around the table and making the requestURI point to that anchor like this:
<a name="tablename" /> <display:table name="conversion" id="row" export="false" requestURI="page.htm#tablename" > <display:column property="name" sortable="true" title="Description" /> </display:table> </a>
This seems to break table sorting though. Anyone got any ideas what I am doing wrong here?
I've had a look at this, and it seems displaytag isn't treating anchors properly. I've added it as bug 897946 (see that bug for more discussion); bug url: http://sourceforge.net/tracker/?func=detail&aid=897946&group_id=73068&atid=536613
-- Mike
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

