Hi, I have a page layout, lets say layout.jsp with:
<tiles:insert attribute="center" /> JSP page with <tiles:insert page="/layout.jsp" controllerUrl="/dynamicallySelectTiles.do" flush="true"/> The action dynamicallySelectTiles checks the database based on some logic and adds center tile to context. Now I have a problem overriding this using a jsp page, if I Do something like this in my JSP page: <tiles:insert page="/layout.jsp" controllerUrl="/dynamicallySelectTiles.do" flush="true"/> <tiles:put name="center" value="show this new value" /> </tiles:insert> This does not work. Any ideas why it does not work and what I can do to fix it? Thank you Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]