Re: TilesRequestProcessor

2005-08-02 Thread Laurie Harper
atures) at the moment Great resource about tiles btw ;) http://www.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf rgds albi -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Monday, August 01, 2005 7:21 PM To: user@struts.apache.org S

RE: TilesRequestProcessor

2005-08-02 Thread aleiprecht
news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Monday, August 01, 2005 7:21 PM To: user@struts.apache.org Subject: Re: TilesRequestProcessor [EMAIL PROTECTED] wrote: > I think I'm missing the point of the TilesRequestProcessor > > I have a few simple tiles i

RE: TilesRequestProcessor

2005-08-02 Thread aleiprecht
I found the answer myself ; Here it is: You do not need to specify in your struts config file(s) that the processorClass will be TilesRequestProcessor. This is automatically done by the plug-in. If a class is specified in the struts configuration file(s), that processorClass will be used ins

Re: TilesRequestProcessor

2005-08-02 Thread Laurie Harper
[EMAIL PROTECTED] wrote: I think I'm missing the point of the TilesRequestProcessor I have a few simple tiles in a project with to modules (default & crud). Actually the default uses tiles and the other one doesn't. Now, the tiles in the default module seem to work just fine, but a fri

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