struts validation
843836Apr 26 2005 — edited Apr 29 2005hi
i created astruts application.and i want to validate that struts application in the actionform.i wrote
public ActionErrors validate(...) method in action form and
in struts-config.xml file i mentioned
<action
-------------
validate="true"
input="/index.jsp">
are these steps enough to perform validation
bcoz i am unable to validate that input fields.please tell me are any other things required to validate input fields in actionform itself.
thanks
srikanth