Re: [appfuse-user] Cannot exclude page from sitemesh

2007-07-20 Thread Dinu Alecsandru
Cannot exclude page from sitemesh In addition to excluding the action's URL, you should include the URL to the JSP as well - since the SiteMesh filter is mapped to forwards as well as requests. Matt On 7/19/07, Dinu Alecsandru <[EMAIL PROTECTED]> wrote: > > Hi, > > I&#x

Re: [appfuse-user] Cannot exclude page from sitemesh

2007-07-19 Thread Matt Raible
In addition to excluding the action's URL, you should include the URL to the JSP as well - since the SiteMesh filter is mapped to forwards as well as requests. Matt On 7/19/07, Dinu Alecsandru <[EMAIL PROTECTED]> wrote: Hi, I'm trying to exclude a page from sitemesh http://localhost:8080/aja

[appfuse-user] Cannot exclude page from sitemesh

2007-07-19 Thread Dinu Alecsandru
Hi, I'm trying to exclude a page from sitemesh http://localhost:8080/ajax/companyList.html?q=g My decorators.xml looks like this /ajax/* /*ajax=true* /struts/dojo/* /resources/* /* I also tried adding an empty decorator: