Maybe we can add something to the faq? This seems to be a frequently asked question. Maybe something like:
" QUESTION: How do I use this tag with Struts? The links that it creates for sorts and exports all point back to the JSP page, not my Action!! ANSWER: Use the requestURI attribute of the column tag. When the requestURI attribute is present, links for sorting, exports, and paging are formed by adding any tag generated parameters to the value of requestURI attribute. So if your page is served under <code>/ManageLatin.do</code>, you should have <code>requestURI="/ManageLatin.do"</code> on your display:table. " > -----Original Message----- > From: SourceForge.net [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 11:07 PM > To: [EMAIL PROTECTED] > Subject: [displaytag-devel] [ displaytag-Bugs-820971 ] use with struts > > > Bugs item #820971, was opened at 2003-10-09 23:06 > Message generated for change (Tracker Item Submitted) made by > Item Submitter You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=536613&aid=8 20971&group_id=73068 Category: main tag library Group: v 1.0-b1 Status: Open Resolution: None Priority: 5 Submitted By: jason poley (jpoley) Assigned to: Nobody/Anonymous (nobody) Summary: use with struts Initial Comment: it seems you can't use struts actions in place of jsp, initial page loads but any sorts or paging just forwards back to the jsp instead of the action. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536613&aid=820971&grou p_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 ------------------------------------------------------- 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
