Re: Tracing action dispatching

2004-10-06 Thread Michael McGrady
Laurent Duperval wrote: Hi, Is there a flag I can set so that Struts tells me what it's doing? I'm having a problem with one of my actions: when I click on it, I get a blank page and I don't understand why. I'd like to be able to see what decisions Sruts is taking in order to load my pages, to d

Re: Tracing action dispatching

2004-10-06 Thread Laurent Duperval
[EMAIL PROTECTED] wrote: Hi, L. Did you upgrade your struts.jar recently? Yes. The new struts action servlet calls a different method on actions, and it's default implementation is to show an empty page. Stumbled over this one also. Sure, but I've got mappings that should load the correct page. I

Re: Tracing action dispatching

2004-10-06 Thread Tuncay Baskan
On Wed, 06 Oct 2004 10:18:22 -0400, Laurent Duperval <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a flag I can set so that Struts tells me what it's doing? I'm > having a problem with one of my actions: when I click on it, I get a blank > page and I don't understand why. I'd like to be able to se

RE: Tracing action dispatching

2004-10-06 Thread Hiran.Chaudhuri
Hi, L. Did you upgrade your struts.jar recently? The new struts action servlet calls a different method on actions, and it's default implementation is to show an empty page. Stumbled over this one also. Hiran - Hiran Chaudhuri SAG Systemhaus GmbH Elsenhei

RE: Tracing action dispatching

2004-10-06 Thread Paul McCulloch
If the probelm is appearing in a development system then I find the easiest way to do this kind of thing is to download the struts source & use my debugger with the struts code. Paul > -Original Message- > From: Laurent Duperval [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 06, 200

RE: Tracing action dispatching

2004-10-06 Thread Robin Mannering
List' Subject: RE: Tracing action dispatching Hi Laurent, I use log4j and the following log4j.properties file to achieve this. It gets the framework logging to one file (ie. struts) and my application logging to another file Can change the levels for each as desired as Struts put o

RE: Tracing action dispatching

2004-10-06 Thread Robin Mannering
Hi Laurent, I use log4j and the following log4j.properties file to achieve this. It gets the framework logging to one file (ie. struts) and my application logging to another file Can change the levels for each as desired as Struts put out a hefty chunk at debug level... but very useful...