I'm new to web apps / struts and wanting know if there is any performance reason to do initial validation in the ActionForm class (via validate="true"). It seems to me that all validation should be done in the Action class since then all the validation is in one section of code and since the Action class gets called anyway. Also, I heard that there are tools to automatically generate the ActionForm classes, which might be another argument to not stick any additional code in them (in case you want to re-generate them). Just wondering ...
Thanks, Dick Starr -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

