Initialization in a dispatchAction class

2002-07-29 Thread wbchmura
Heya, I have a number of DispatchAction based classes that run various reports. They also handle the pre-population of the report request screen drop down boxes... This is handled currently with an init method. So the first time a screen calls the report selection page is submits it as:

Re: Initialization in a dispatchAction class

2002-07-29 Thread Eddie Bush
[EMAIL PROTECTED] wrote: Heya, I have a number of DispatchAction based classes that run various reports. They also handle the pre-population of the report request screen drop down boxes... This is handled currently with an init method. So the first time a screen calls the report

RE: Initialization in a dispatchAction class

2002-07-29 Thread wbchmura
Subject: Re: Initialization in a dispatchAction class [EMAIL PROTECTED] wrote: Heya, I have a number of DispatchAction based classes that run various reports. They also handle the pre-population of the report request screen drop down boxes... This is handled currently with an init method

RE: Initialization in a dispatchAction class - Hows this?

2002-07-29 Thread wbchmura
); } - -Original Message- From: Chmura, William B. Sent: Monday, July 29, 2002 11:18 AM To: struts-user Subject: RE: Initialization in a dispatchAction class H'Okay... * I've tried simply adding in another action called

Re: Initialization in a dispatchAction class

2002-07-29 Thread Eddie Bush
That was my thought, but, not knowing what you'd tried, I didn't want to suggest it :-) I haven't fooled around with extending the dispatch actions - but I don't see why this would be a problem. Just extend it, do what you need to, and then call the super.execute(...). I think that's where

RE: Initialization in a dispatchAction class

2002-07-29 Thread wbchmura
12:04 PM To: struts-user Subject: Re: Initialization in a dispatchAction class That was my thought, but, not knowing what you'd tried, I didn't want to suggest it :-) I haven't fooled around with extending the dispatch actions - but I don't see why this would be a problem. Just extend it, do

Re: Initialization in a dispatchAction class

2002-07-29 Thread Eddie Bush
- From: ekbush [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 12:04 PM To: struts-user Subject: Re: Initialization in a dispatchAction class That was my thought, but, not knowing what you'd tried, I didn't want to suggest it :-) I haven't fooled around with extending the dispatch actions