Re: [appfuse-user] jetty lock css and js files

2007-08-20 Thread Dinu Alecsandru
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 )

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

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