Specifying a renderer for each PageLink in the HTML would be tedious, especially given all the links within this application *must* encode this additional parameter.

Perhaps I do not understand your meaning.

Robert Zeigler wrote:
Question: why not just specify your custom renderer to the page link
component?

<a jwcid="@PageLink" page="somePage"
renderer="ognl:defaultLinkRenderer">Some Link</a>

You could wrap the page link component in your own custom component,
specify the renderer in your custom component, and then just you your
AppPageLink (or whatever you decide to call it) throughout your
application. :)


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



Reply via email to