RE: TilesRequestProcessor is executed twice

2005-07-27 Thread Ronnie Arosa
able.run() line: 684 ThreadWithAttributes(Thread).run() line: 595 Cheers. Ronnie -Mensaje original- De: Ed Griebel [mailto:[EMAIL PROTECTED] Enviado el: jueves, 21 de julio de 2005 16:45 Para: Struts Users Mailing List Asunto: Re: TilesRequestProcessor is executed twice Ronnie- I

Re: TilesRequestProcessor is executed twice

2005-07-21 Thread Ed Griebel
wrote: > 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

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
27;m not using the forward feature. Thx, Ronnie -Mensaje original- De: David G. Friedman [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 20 de julio de 2005 20:09 Para: Struts Users Mailing List Asunto: RE: TilesRequestProcessor is executed twice Ronnie, Here is what I see: you have tw

RE: TilesRequestProcessor is executed twice

2005-07-20 Thread David G. Friedman
ED] Sent: Wednesday, July 20, 2005 1:51 PM To: 'Struts Users Mailing List' Subject: RE: TilesRequestProcessor is executed twice Well, I'm debugging my source code with Sysdeo's eclipse plugin. I toggled a breakpoint in one of my action, and founded that it'd been execut

Re: TilesRequestProcessor is executed twice

2005-07-20 Thread Wendy Smoak
From: "Ronnie Arosa" <[EMAIL PROTECTED]> > Well, I'm debugging my source code with Sysdeo's eclipse plugin. > I toggled a breakpoint in one of my action, and founded that it'd > been executed twice. > > Of course results of my actions are obtained twice (i.e. an insert in a > database is done twi

RE: TilesRequestProcessor is executed twice

2005-07-20 Thread Ronnie Arosa
lRunnable.run() line: 684 ThreadWithAttributes(Thread).run() line: 595 Thx. Ronnie. -Mensaje original- De: David G. Friedman [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 20 de julio de 2005 17:19 Para: Struts Users Mailing List Asunto: RE: TilesRequestProcessor is executed twice Ronnie, What do you see

RE: TilesRequestProcessor is executed twice

2005-07-20 Thread David G. Friedman
Mailing List Subject: TilesRequestProcessor is executed twice 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 til

RE: TilesRequestProcessor is executed twice

2005-07-20 Thread Ronnie Arosa
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. I have not had a problem

Re: TilesRequestProcessor is executed twice

2005-07-20 Thread BHansard
quot;Struts Users Mailing List" cc Subject TilesRequestProcessor is executed twice 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

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)