Hi,
I'm developing a web application using
Struts framework.
and my questions is, does the validate method int the ActionForm replaces the using javascript validation?
If I can do all the validations in this validate method, so does that mean that i'm not going to use JS at all?
For example if I need to check if a field has been entered, or for the field's length
Should I do that using JS validation, or the validate method in form bean.
if they are working the same way, so I guess it would be more efficient to be written in the ActionForm
[ July 22, 2007: Message edited by: Nadine Hossam ]