> -----Original Message-----
> From: Robert Miller [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 26, 2004 10:36 AM
> To: [EMAIL PROTECTED]
> Subject: Validation prevents Action from creating session scope object
> 
> 

<snip>
> The browser displays "Error 500: Cannot find bean list
> in any scope".  It is acting as though validation is 
> bypassing my action
> (and my initialization code) and going directly to the page.  Is this
> possible? Do I have something configured wrong? I have other 

Validation happens before the action is called, so yes it is possible.  You can 
control validation through the action mapping in struts-config.xml, or you can play 
with the validation method on the form bean.

> pages that
> do not rely on preexisting classes in the session and they are
> validating without problems. Thank you for your help.Robert 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to