Re: Global messages.jsp file included in a SiteMesh decorator

2007-03-14 Thread Guillaume Carré
2007/3/14, mraible <[EMAIL PROTECTED]>: What if you remove the for Struts' filter in your web.xml? ?? If I remove the Struts' filter nothing works anymore :-) I have a staticFilter in my application that forwards to static resources and doesn't hit the Struts FilterDispatcher when one is fou

Re: Global messages.jsp file included in a SiteMesh decorator

2007-03-14 Thread mraible
> > I'm using Tomcat 5.5.17. > What if you remove the for Struts' filter in your web.xml? I have a staticFilter in my application that forwards to static resources and doesn't hit the Struts FilterDispatcher when one is found. Maybe that's causing my problem? Mat

Re: Global messages.jsp file included in a SiteMesh decorator

2007-03-14 Thread Guillaume Carré
2007/3/14, mraible <[EMAIL PROTECTED]>: What if you use foo - does that work for you as well? yes it does work as well, as advertized. And if I remove the ActionContextCleanUp filter, it doesn't work anymore, I have the following exception: java.lang.NullPointerException at org.apa

Re: Global messages.jsp file included in a SiteMesh decorator

2007-03-14 Thread mraible
at work for you as well? Thanks, Matt -- View this message in context: http://www.nabble.com/Global-messages.jsp-file-included-in-a-SiteMesh-decorator-tf3400265.html#a9477819 Sent from the Struts - User mailing list archive at Nabble.com.

Re: Global messages.jsp file included in a SiteMesh decorator

2007-03-14 Thread Guillaume Carré
2007/3/14, mraible <[EMAIL PROTECTED]>: That's the problem, I *do* have the ActionContextCleanUp filter in my web.xml: It's working here for me, I've included a test.jsp in my sitemesh decorator with a in it, and it's able to access the test object from the value stack. But I still have my JS

Re: Global messages.jsp file included in a SiteMesh decorator

2007-03-14 Thread mraible
ou confirm this? > -- > Guillaume Carré > That's the problem, I *do* have the ActionContextCleanUp filter in my web.xml: struts-cleanup /* REQUEST FORWARD themeFilter /* REQUEST FORWARD sitemesh /* staticFilter /* REQUEST FORWARD struts /* Matt -- View this message in context: http://www.nabble.com/Global-messages.jsp-file-included-in-a-SiteMesh-decorator-tf3400265.html#a9477319 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Global messages.jsp file included in a SiteMesh decorator

2007-03-14 Thread Guillaume Carré
2007/3/14, mraible <[EMAIL PROTECTED]>: I have a messages.jsp[1] that's included (using <%@ include file="/common/messages.jsp" %>) in my default decorator. This file has a couple of calls to the valueStack - namely hasActionErrors() and hasFieldErrors(). This worked fine in WebWork 2.1.x and S

Global messages.jsp file included in a SiteMesh decorator

2007-03-13 Thread mraible
ges --%> " class="icon" /> -- View this message in context: http://www.nabble.com/Global-messages.jsp-file-included-in-a-SiteMesh-decorator-tf3400265.html#a9468706 Sent from the Struts - User mailing list archive