There is a wildcard way of doing it but don't know if it helps in this case

like

*<definition name="sign/*" *template="/WEB-INF/tiles/layout.jsp"

*>       <put-attribute name="body"
value="/WEB-INF/views/sign/{1}.jsp"/>   </definition>*




-- 
Thanks & Regards

Sreekanth Nair
Java Developer
--------------------
eGovernments Foundation <http://www.egovernments.org>
 9980078913
--------------------
<http://in.linkedin.com/pub/sreekanth-s-nair/b/946/5a0/>
<https://github.com/sreekanthsnair>  <sreekanthsn...@hotmail.co.uk>
--------------------

On Fri, Nov 4, 2016 at 1:25 PM, Lukasz Lenart <lukaszlen...@apache.org>
wrote:

> Hi,
>
> Does someone has a solution how to dynamically change layout that
> given Tiles extends from?
>
> I have two main layouts:
>
> <definition name="logged-in" template="/WEB-INF/tiles/layout.jsp">
>    ...
> </definition>
>
> <definition name="not-logged-in" template="/WEB-INF/tiles/layout.jsp">
>    ...
> </definition>
>
> and have a page that should extend one of these when user is logged in
> or not. Any idea?
>
>
> Regards
> --
> Ɓukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to