> 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.

HTH,

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to