i dont have an excludes files, the excludes are in the decorators.xml file, maybe its that
the line you wrote is located in the file sitemesh.xml isnt it ?? in the doc of sitemesh i saw this line in the file sitemesh.xml, but the doc says that this file(sitemesh.xml) is not mandatory i will try with your solution... thanks for your answer.... Juan -----Mensaje original----- De: Tom Ziemer [mailto:[EMAIL PROTECTED] Enviado el: Martes, 07 de Noviembre de 2006 09:38 a.m. Para: Struts Users Mailing List Asunto: Re: SiteMesh Hi Juan, did you add something like: <excludes file="/WEB-INF/excludes.xml" /> to your sitemesh.xml I am using SiteMesh with Struts and it's working just great (excludes as well). HTH, Tom Juan Espinosa wrote: > Hi to all, im using sitemesh and i have a little problems with > excludes I have an action that load some data from a db and then goes to a jsp page. > > <action name="LoadSomeDataAndGoToJSP" class="test.TestAction"> > <result>/private/someJSP.jsp</result> > </action> > > i put in the exclude section of the decorators.xml this page > /private/someJSP.jsp but sitemesh decores it. > > <excludes> > <pattern/private/someJSP.jsp</pattern> > </excludes> > > then i put this, and it works, sitemesh doesnt decorate it. the > problem is that i dont want to put the action. I want to put only the > JSP page. > > <excludes> > <pattern/LoadSomeDataAndGoToJSP!input.action</pattern> > </excludes> > > Well, help welcome. > > Regards, > > Juan. > > PD: i must tell that sitemesh is fantastic, no more putting in my > pages <jsp:include>.......its amazing.... > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.13.31/522 - Release Date: 07/11/2006 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]