>> Hi, >> >> I'm pretty sure I read the solution to this just last night but now I >> can't find it... >> >> The display:* taglib will let me do something like this: >> <display:table width="75%" name="reportList"> >> <display:column property="reportCategoryName" >> title="Category" group="1" sort="true"/> >> >> The resulting HTML will be a table and the 'Category' header will be >> a link of the form: > http://.../MyApplication/WEB-INF/jsp/layout.jsp?order=dec&sort=1 >> >> What I want is more along the lines of: >> http://.../MyApplication/some/action.do?order=dec&sort=1 >> >> Isn't there some tiles trick that sets things up so that this works? >> >> Thanks, >> J >> > > You can specify a requestURI attribute as part of the <display:table> > tag.
Yes, thank you. That does help a lot. Not to be a dumbass... but where the heck are all those attribute documented? > > HTH, > > Matt ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

