Thanks Rick for the reply,
unfortunately you didn't get  the point: know about the sort attribute 
in the <display:column> tag, the problem is that I can't use this tag, 
because I have a dynamic list. I have something like
<c:forEach items="${tablesList}" var="table">
    <c:set var="table" value="${table}" scope="request"/>
     <display:table name="table" decorator="myWrapper">
      </display:table>
      <br>
</c:forEach>

I can't describe the columns because I don't know the structure of each 
table when I write the jsp. Each table is generated dinamically. So I'm 
trying to do the sorting in the decorator, as it's the only way I have 
to access the columns!
Thanks


Laura


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to