Bugs item #818501, was opened at 2003-10-06 02:14 Message generated for change (Comment added) made by mraible You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536613&aid=818501&group_id=73068
Category: None Group: v 1.0-b2 Status: Open 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 05: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:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel
