Re: validate question ...

2006-11-29 Thread Martin Gainty
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

Re: validate question ...

2006-11-29 Thread paz . periasamy
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

RE: validate question ...

2006-11-29 Thread Scott Purcell
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