Hi all,
I don't know how to do Validation in Struts + iBatis + Dao.
Because when I use above Structure, I must extends from BaseBean to create my own Bean. As you know, if we want to use Validator of Struts, our ActionForm must extends from ValidatorForm.
Why do you have to extend BaseBean for your ActionForms and not ValidatorActionForm? I'm confused. iBATIS should care less about what the front end is doing so iBATIS doesn't care about your ActionForm. You'll have to explain more what this BaseBean is - I'm assuming it's of type ActionForm? I've never needed to extend an ActionForm that I can recall. Actions, yes, but not ActionForms (including all the other flavors ValidatorActionForm, ValidatorForm, etc).
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]