Hello
I'm using the library from http://edhill.its.uiowa.edu/display-0.8/ in a Struts application. I would like to use the sorting features of this library instead of doing it myself in the data access portion of my app. When I use the sort="true" on a column, the URL that comes back is the JSP page itself instead of the whatever.do that I used to request the page. I've got all of my JSP's in the WEB-INF directory and put data in the request scope in the actions, so that definitely won't work. I've tried putting the requestURI attribute on the tag, but request.getRequestURI returns the path of the jsp, not the url I used to access the page. Any ideas? dave -- Dave Weis "I believe there are more instances of the abridgment [EMAIL PROTECTED] of the freedom of the people by gradual and silent encroachments of those in power than by violent and sudden usurpations."- James Madison -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

