RE: TilesRequestProcessor is executed twice

2005-07-27 Thread Ronnie Arosa
breakpoint gets hit every time the breakpoint in PartesMedicosAction is hit. If both breakpoints are hit, then it's not something in Struts, so set your breakpoint back to something in Tomcat, like one of the Valve classes. -ed On 7/21/05, Ronnie Arosa <[EMAIL PROTECTED]> wrote: >

RE: TilesRequestProcessor is executed twice

2005-07-21 Thread Ronnie Arosa
Hi Wendy, I'm not using Filters. Ronnie. -Mensaje original- De: Wendy Smoak [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 20 de julio de 2005 20:02 Para: Struts Users Mailing List Asunto: Re: TilesRequestProcessor is executed twice From: "Ronnie Arosa" <[EMAIL

RE: TilesRequestProcessor is executed twice

2005-07-21 Thread Ronnie Arosa
e using a JSP so the browser redirects externally to the JSP or with it as false so it performs an internal submit so the browser never knows the true destination/JSP-page? Regards, David -Original Message- From: Ronnie Arosa [mailto:[EMAIL PROTECTED] Sent: Wednesday, Ju

RE: TilesRequestProcessor is executed twice

2005-07-20 Thread Ronnie Arosa
that makes you think the tiles request is bring processed twice? Perhaps that indicator can help us determine your problem. Regards, David -Original Message- From: Ronnie Arosa [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 20, 2005 6:19 AM To: Struts Users Mailing List Subject: TilesReq

RE: TilesRequestProcessor is executed twice

2005-07-20 Thread Ronnie Arosa
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

TilesRequestProcessor is executed twice

2005-07-20 Thread Ronnie Arosa
Hello everybody, I'm working in a struts application with tiles and modules. It’s my first time working with tiles and I felt into a problem: the TilesRequestProcessor is called twice. This happens when I forward my actions to a tile. If the same action is forward to a simple page (i.e. a jsp page)