Aladin Alaily wrote:

Main Layout.jsp
================

<tiles:useAttribute name="page_links" id="page_links" classname="java.lang.String" />

... in your html on the page ...

<%= page_links %>


Maybe I'm missing your point but I hope this helps.
Aladin

Thanks Aladin for trying to help. The problem is that it's not in the 'mainLayout.jsp' that needs the reference to the page Links(think of page Links as a bunch of html markup) it's in the "header.jsp" that is being used on the MainLayout.jsp.

MainLayout has..

<tiles:insert attribute="header">


and it's in that inserted 'header' that I need to have the page_links information (which will vary based on the tile definition)

--
Rick


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

Reply via email to