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
GmbH Elsenheimer Straße 11 80867 München Phone +49-89-54 74 21 34 Fax +49-89-54 74 21 99 > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurent Duperval > Sent: Mittwoch, 6. Oktober 2004 15:18 > To: [EMAIL PROTECTED] > Subject: Tracing action dispatch

RE: Tracing action dispatching

2004-10-06 Thread Paul McCulloch
y, October 06, 2004 3:18 PM > To: [EMAIL PROTECTED] > Subject: Tracing action dispatching > > > 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 &

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
nt Duperval Sent: 06 October 2004 15:18 To: [EMAIL PROTECTED] Subject: Tracing action dispatching 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

Tracing action dispatching

2004-10-06 Thread Laurent Duperval
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 determine where I made a