Richard Tow wrote:
> Hi,
>
> I just found this taglib and here are the 2 questions:
>
> 1. Does it have the move row Up/Down feature?  If not come out of the 
> box, is there a way to extend it?
No it does not have this feature out of the box. Yes it's open source so 
you can extend it in any way you like. Now if you ask how or where to 
extend it I'd be stumped :-)
>
> 2. After sorting the table, how can I get the datasource back with the 
> sorting order?
We had a question about this a couple of weeks ago. The answer was that 
you cannot get hold of the internally sorted list without again 
modifying the source. I believe that you can write your own external 
paging and sorting class and plug it in to DisplayTag. I've no idea how 
that would work but it may allow you to implement the functionality you 
want from question 1 as well.

The clue is in the name of the product _Display_Tag. That's what it does 
and all it does and it does it very well. It's up to you the developer 
to add code to allow users to manipulate what they see in the table.

Hope that helps

Ed!


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to