check this out
http://docs.codehaus.org/display/JETTY/Files+locked+on+Windows
- Original Message
From: Julien C. <[EMAIL PROTECTED]>
To: users@appfuse.dev.java.net
Sent: Monday, August 20, 2007 3:18:23 PM
Subject: [appfuse-user] jetty lock css and js files
Hi,
When jetty ( :run )
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
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: