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
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
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: