You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Michael Delamere <ho...@michael-delamere.de> on 2002/11/07 19:25:46 UTC

FW: validation + multiple sub applications.....

Hi,

I wonder if anybody else has experienced this strange behaviour:

When using auto-validation in two forms (two different sub-apps) it
doesn´t seem to work on both.  The second one always returns an empty
ActionErrors even if I have left fields empty.

Now, after having deleted the first sub-application temporarily out of
the web.xml, the validation suddenly seems to work after all in the
first app!?

What could this be?  Are there values being overwritten perhaps when
validating more than one sub-app? 

Can someone confirm that they have validated various forms in multiple
sub-applications?

Any help appreciated.

Regards,

Michael




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: FW: validation + multiple sub applications.....

Posted by Michael Delamere <ho...@michael-delamere.de>.
Sorry... it´s Struts1.1B2.....

I´ll try a nightly build later... thanks....

Regards,

Michael


----- Original Message -----
From: "Robert Leland" <rl...@apache.org>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Thursday, November 07, 2002 9:32 PM
Subject: Re: FW: validation + multiple sub applications.....


> Michael Delamere wrote:
>
> >Hi,
> >What could this be?  Are there values being overwritten perhaps when
> >validating more than one sub-app?
> >
> It could be storing the ACTION_ERRORS in one place and trying to
> read them from another place.
>
> Which version of struts ?
> It always helps to state : Struts: Nightly 20021020, 1.1B2, 1.1B1,etc...
> Nightly is preferred as more bugs have been fixed in Validator.
>
> -Rob
>
> >
> >Can someone confirm that they have validated various forms in multiple
> >sub-applications?
> >
> >
>
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: FW: validation + multiple sub applications.....

Posted by Robert Leland <rl...@apache.org>.
Michael Delamere wrote:

>Hi,
>What could this be?  Are there values being overwritten perhaps when
>validating more than one sub-app? 
>
It could be storing the ACTION_ERRORS in one place and trying to
read them from another place.

Which version of struts ?
It always helps to state : Struts: Nightly 20021020, 1.1B2, 1.1B1,etc...
Nightly is preferred as more bugs have been fixed in Validator.

-Rob

>
>Can someone confirm that they have validated various forms in multiple
>sub-applications?
>  
>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>