I thought it was normally request scope?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Monday, December 09, 2002 17:44
To: [EMAIL PROTECTED]
Subject: RE: Question about adding ActionErrors


I think the errors are saved in session not in form.

-----Original Message-----
From: MohanR [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 09, 2002 7:27 AM
To: struts-user
Cc: MohanR
Subject: RE: Question about adding ActionErrors


Hi,
    We are validating against the database in the LoginAction through a
business delegate. I think the validation in the form would be limited to
checking for null or spaces...

    A related question.

    In my action, I use saveErrors. How are the 'errors' saved inside the
form ?

Thanks,
Mohan

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, December 08, 2002 1:24 AM
To: Struts Users Mailing List
Subject: Question about adding ActionErrors


Hi,

i have a LoginForm ( ValidatorForm ), which will validate if username and
password is entered. Ok, but after this i have to probe if the entered
username/password combination really exists in the database.

My question is where to perform the database-check ... in the LoginForm by
overriding the validate method or in the requested Action ( /Login.do ) ?

It seems to me a litte bit confusing that a ValidatorForm should make a
database-connect instead of the Action.

Any help would be appreciated.

Jan Zimmek



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



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


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

Reply via email to