Re: AW: AW: error handling

2003-06-27 Thread Pramod . P
PROTECTED] cc: 06/27/2003 Subject: AW: AW: error handling

AW: AW: error handling

2003-06-27 Thread sem . Gottofrey
could try this as well. Cheers Robert > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 27. Juni 2003 13:01 > An: Struts Users Mailing List > Betreff: Re: AW: error handling > > > > Thank you Robert. > But, th

Re: AW: error handling

2003-06-27 Thread Pramod . P
Thank you Robert. But, the mapping.getInputForward gives me an output like this: reached here...failure actionForward : ForwardConfig[name=null,path=null,redirect=false,contextRelative=false] But, by giving two mappings in the struts-config, I was able to solve the probelm for the time being. In

AW: error handling

2003-06-27 Thread sem . Gottofrey
Hi Pramod, One solution would be to define two different action mapings as follows: In your action you then use 'return mapping.getInputForward()' in case of error. HTH Robert