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?

Thanks,

David.



-------------------------------------------------------
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

Reply via email to