Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

struts validation

843836Apr 26 2005 — edited Apr 29 2005
hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2005
Added on Apr 26 2005
7 comments
107 views