Bugs item #818501, was opened at 2003-10-06 10:14
Message generated for change (Settings changed) made by fgiust
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=818501&group_id=73068

>Category: main tag library
Group: v 1.0-b2
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Sortable columns

Initial Comment:
I use a MVC framework (WebWork2), and my problem is 
the way you handle url to sort the table again when you 
click on a sortable column.
You use the view page (.jsp) instead of the action page 
(.action) to sort the table. Actually, the real url is the 
action url, because the .jsp is just forwarded in the 
servletdispatcher.
Cheers.
Richard HALLIER.
uniclick

----------------------------------------------------------------------

Comment By: Matt Raible (mraible)
Date: 2003-10-06 13:50

Message:
Logged In: YES 
user_id=226669

You can specify a "requestURI" attribute as part of the
displaytag.  In here, you can specify your .action path. 
The displaytag tries to figure out the requestURI if you
don't specify one.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=818501&group_id=73068


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to