Hi Friends,
I have a one question on validation framework for client side validation please help me on that.
suppose i don't want to put required=true in our JSP then what will happen.
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Feb 5, 2012, 2:51 AM
validate="true" It means this need for validation framework to validate the form input.
To add Client Side validation or JavaScript validation to any form in Struts2. All you have to do is to add validate="true" in form tag in your JSP file.
Refer
http://viralpatel.net/blogs/2009/12/struts2-validation-framework-tutorial-example.html
Thanks
Vikas MishraPosted Feb 6, 2012, 5:38 PM