How client side validation is enabled on a jsp form?
Answer / Shweta Bhardwaj
Client-side validation in Struts can be achieved using JavaScript or HTML5 built-in validation attributes, such as 'required', 'email', and 'pattern'. Validation plugins like jQuery Validate can also be used.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ValueStack and OGNL?
What is filter dispatcher in struts?
why we use struts in our web application , means what was drawbacks of servlet ...pls answer
what is the struts internal code?
What is the purpose of struct-config.xml in struct2?
What are the different kinds of actions in struts?
in struts how to use hibernate with struts>
What is the purpose of '@customvalidator'?
advantages& 5 disadvantages of MVC architecture
Please can you tell me ,where can we used the MVC other than web applications.
What is the purpose of @requiredstringvalidator annotation?
What is the purpose of @result?