adspace
How client side validation is enabled on a jsp form?
Answer Posted / 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 |
Post New Answer View All Answers