ailing List"
Sent: Wednesday, November 29, 2006 5:01 PM
Subject: Re: validate question ...
Do the DB validation in:
controllers.submits.LoginAction (execute) method.
The error handling should be:
If DB validation fails, create Action Error or Message and then pass it
back to the JSP as a fai
Do the DB validation in:
controllers.submits.LoginAction (execute) method.
The error handling should be:
If DB validation fails, create Action Error or Message and then pass it
back to the JSP as a failure.
The Error tags should be able to display it. If you use you
dont have to manage indivi
Basically, the way I would envision this, is that the validation framework
checks to make sure the 'username' and 'password' fields are not NULL, or meet
some form of low level character count.
Anyway, that is good. What I would do, is continue with that, then after the
validator says this is a
3 matches
Mail list logo