ok after a year not using appfuse. i see not much has changed buttttttt
the problem with the multiple decorators seems over.
the first thing i did is setup the following test and it worked :D

<decorators defaultdir="/decorators">
    <excludes>
        <pattern>/40*.jsp</pattern>
        <pattern>/*ajax=true*</pattern>
        <pattern>/scripts/dojo/*</pattern>
        <pattern>/struts/dojo/*</pattern> 
        <pattern>/resources/*</pattern>
    </excludes> 
    <decorator name="default" page="default.jsp">
        <pattern>/*</pattern>
    </decorator>
    <decorator name="test" page="test.jsp">
        <pattern>/login2.jsp*</pattern>
        <pattern>/mainMenu.html*</pattern>
    </decorator>
</decorators>

mainMenu.html and login2.jsp have a the test.jsp as decorator all other
files have default.jsp as decorator.

i guess there is some bug fixed somewhere
-- 
View this message in context: 
http://www.nabble.com/multiple-decorators-tp15613403s2369p22579167.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to