<decorators defaultdir="/decorators"> 
    <excludes> 
        <pattern>/styles/*</pattern> 
        <pattern>/scripts/*</pattern> 
        <pattern>/images/*</pattern> 
        <pattern>/index.html</pattern>
        <pattern>/Error.jsp</pattern> 
                <pattern>/CSS/*</pattern>
                <pattern>/struts/* </pattern>
                <pattern>/dojo/*</pattern>
                <pattern>/struts/ajax/*</pattern>
                <pattern>/js/yui/*</pattern>
    </excludes> 
 
         <decorator name="main" page="main.jsp">
        <pattern>/*</pattern>
    </decorator>
 
    <decorator name="header" page="header.jsp"/>
        
    <decorator name="footer" page="pagefooter.jsp"/>
    <decorator name="panel" page="panel.jsp" />   
         
         
 </decorators> 
-- 
View this message in context: 
http://www.nabble.com/sitemesh-problem-tp15759026p15823223.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to