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

Hi,

I am trying to find out how to maintain the sort order in a URL that I am 
creating.
This seems like a very common use case.  I want a delete link in my table, and
then to return to the same page using whatever the last sort was that the user
selected.  Can I access the 'sort' parameter as an implicit page parameter?

<display:column>    
  <c:url var="deleteUrl" value="acl.do">
    <c:param name="dispatch" value="delete"/>
    <c:param name="catalogId" value="${catalogNode.id}"/>
    <c:param name="aclId" value="${acl.id}"/>
  </c:url>
  [<a href="<c:out value='${deleteUrl}' escapeXml='false'/>">delete</a>]
</display:column>

I would like to just add something like:
<c:param name="${table.sort.name}" value="${table.sort.value}"/>

______________________________________________________________________
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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to