Hi, I have already tested it, but unfortunately nothing to do with it. Thanks for the advice, I will go on looking for a solution.
Ronnie. ________________________________________ De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviado el: miƩrcoles, 20 de julio de 2005 14:30 Para: Struts Users Mailing List CC: Struts Users Mailing List Asunto: Re: TilesRequestProcessor is executed twice I am currently working on my first tiles / struts module program myself. One thing that I had to do was to add the module aware option to the plug-in in struts-config.xml. <plug-in className="org.apache.struts.tiles.TilesPlugin"> <set-property property="definitions-config" value="/WEB-INF/tiles-defs.xml,/WEB-INF/module1/tiles-defs.xml" /> <set-property property="moduleAware" value="true"/> </plug-in> I have not had a problem with the request processor running twice. Not sure if this has anything to do with it or not, but it is worth a try :) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]