Re: configuring the error handling of Struts

2008-07-23 Thread Antonio Petrelli
2008/7/23 Helge Wiemann <[EMAIL PROTECTED]>: > I just thought about a solution which might be integrated perhaps in a > validation.xml > > Example: A user types a "1" in a form field. This value is not ok but it is > not so important. Thus the operation is marked as successful although there > i

Re: configuring the error handling of Struts

2008-07-23 Thread Helge Wiemann
Unfortunately still version 1.1 > -Ursprüngliche Nachricht- > Von: "Antonio Petrelli" <[EMAIL PROTECTED]> > Gesendet: 23.07.08 10:11:17 > An: "Struts Users Mailing List" > Betreff: Re: configuring the error handling of Struts > 2008/7/23 H

Re: configuring the error handling of Struts

2008-07-23 Thread Antonio Petrelli
2008/7/23 Helge Wiemann <[EMAIL PROTECTED]>: > I just thought about a solution which might be integrated perhaps in a > validation.xml > > Example: A user types a "1" in a form field. This value is not ok but it is > not so important. Thus the operation is marked as successful although there > i

Re: configuring the error handling of Struts

2008-07-23 Thread Helge Wiemann
che Nachricht- > Von: "Antonio Petrelli" <[EMAIL PROTECTED]> > Gesendet: 23.07.08 09:52:04 > An: "Struts Users Mailing List" > Betreff: Re: configuring the error handling of Struts > 2008/7/23 Helge Wiemann <[EMAIL PROTECTED]>: > > Is it possible to

Re: configuring the error handling of Struts

2008-07-23 Thread Antonio Petrelli
2008/7/23 Helge Wiemann <[EMAIL PROTECTED]>: > Is it possible to configure Struts in a way that Struts do not send a > response by a forward (error handling) in the case of specific error but > therefore declares the operation as successful ? try-catch? Antonio

configuring the error handling of Struts

2008-07-23 Thread Helge Wiemann
Hello !!! My question is the following one: Is it possible to configure Struts in a way that Struts do not send a response by a forward (error handling) in the case of specific error but therefore declares the operation as successful ? Thanks for some help. Regards, Helge ___