I want to exclude some URLs from decorator. I put the line below in
decorators.xml:

<decorators defaultdir="/decorators">
    <excludes>
        ...
        <pattern>/admin/eskan/eskanData.html?studentNumber=*</pattern>
    </excludes>
    <decorator name="default" page="default.jsp">
        <pattern>/*</pattern>
    </decorator>
</decorators>

but my page is still decorated. What should I do?

Thanks, Ali Behzadian Nejad.
 
-- 
View this message in context: 
http://www.nabble.com/Decoratpr-Problem-tp19231924s2369p19231924.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


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

Reply via email to