In the meantime, would this be a decent solution? :-
1. In each Action class, instead of setting the ActionForward to a page, set it to one common tiles definition AND set an attribute named 'forwardPage' in the request specifying the old ActionForward's path - /mymodule/whatever.jsp.
2. Then in the layout page, have this:
<tiles:put name="title" value="<%= forwardPage %>" />
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

