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
Ronnie, What do you see 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 Mail

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
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 with the request processor running twice. Not sure if this has anything t