I tried to exclude some pages from sitemesh decorator, but it seem that
sitemesh not able to recognise action path which has namespace. I have no
problem with pages stored in the folder or pages without namespace. 
Any idea how to use namespace inside sitemesh decorator? Thanks.
The following is my decorator:

<decorators>
    <excludes>
        <pattern>/ajax/*</pattern>      <!-- Not working using namespace -->
        <pattern>/scripts/*</pattern>  <!-- Working using folder -->
    </excludes>
</decorators>


-- 
View this message in context: 
http://www.nabble.com/-S2--Excluding-path-with-namespace-in-Sitemesh-tf4487732.html#a12797729
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