Re: STRUTS 1.3.8 Validator ist destroying my SessionToken

2007-08-30 Thread Paul Benedict
ict > Gesendet: Mittwoch, 29. August 2007 23:05 > An: Struts Users Mailing List > Betreff: Re: STRUTS 1.3.8 Validator ist destroying my SessionToken > > Are you saying the execute() method is being called even when validation > fails? > > On 8/29/07, [EMAIL PROTECTED] < &

AW: STRUTS 1.3.8 Validator ist destroying my SessionToken

2007-08-29 Thread Thomas.Zygadlewicz
Yes. Thats right. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Paul Benedict Gesendet: Mittwoch, 29. August 2007 23:05 An: Struts Users Mailing List Betreff: Re: STRUTS 1.3.8 Validator ist destroying my SessionToken Are you saying the

Re: STRUTS 1.3.8 Validator ist destroying my SessionToken

2007-08-29 Thread Paul Benedict
gust 2007 01:25 > An: Struts Users Mailing List > Betreff: Re: STRUTS 1.3.8 Validator ist destroying my SessionToken > > On 8/28/07, [EMAIL PROTECTED] < > [EMAIL PROTECTED]> > wrote: > > > > If the validator detects wrong data and returns me to the input-form it >

AW: STRUTS 1.3.8 Validator ist destroying my SessionToken

2007-08-29 Thread Thomas.Zygadlewicz
L PROTECTED] Im Auftrag von Paul Benedict Gesendet: Mittwoch, 29. August 2007 01:25 An: Struts Users Mailing List Betreff: Re: STRUTS 1.3.8 Validator ist destroying my SessionToken On 8/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > If the validator detects wrong data and retu

Re: STRUTS 1.3.8 Validator ist destroying my SessionToken

2007-08-28 Thread Paul Benedict
On 8/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > If the validator detects wrong data and returns me to the input-form it > still starts the actionclass of the submit button - and its executing > isTokenValid() . This can't be true. If you're using automatic validation, the action wil

STRUTS 1.3.8 Validator ist destroying my SessionToken

2007-08-28 Thread Thomas.Zygadlewicz
Hi, Im using the struts-Validator AND the transaction Token. Both work perfectly - BUT if I use them in combination I'm in trouble... If the validator detects wrong data and returns me to the input-form it still starts the actionclass of the submit button - and its executing isTokenValid() . An