in your situation,
> but
> > not knowing more details it's my first suggestion.
> >
> > jk
> >
> > On Wed, Jul 9, 2008 at 12:00 PM, Lyallex <[EMAIL PROTECTED]> wrote:
> >
> >> Hi
> >>
> >> I have a question about handling Excep
D]> wrote:
>
>> Hi
>>
>> I have a question about handling Exceptions in Action constructors
>>
>> I have the following constructor in an Action
>>
>>public SomeAction() throws BusinessComponentException {
>>someComponent = new
Wed, Jul 9, 2008 at 12:00 PM, Lyallex <[EMAIL PROTECTED]> wrote:
> Hi
>
> I have a question about handling Exceptions in Action constructors
>
> I have the following constructor in an Action
>
>public SomeAction() throws BusinessComponentExcepti
Hi
I have a question about handling Exceptions in Action constructors
I have the following constructor in an Action
public SomeAction() throws BusinessComponentException {
someComponent = new SomeBusinessComponent();
}
Now when an instance of this Action is
4 matches
Mail list logo