Can explain about the validations and in your project
where did u used the validations?
Answer Posted / srikanth
we have client and server side validations
on client side we can use javascript
on server side when we use struts then we have validation
framework as well as basic validations using vaildate method
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is apache struts vulnerability?
Can we have more than one struts-config.xml file for a single struts application?
What are result types in struts?
What is the difference between validation.xml and validator-rules.xml files in struts?
How to use dispatchaction?
What is the use of Struts.xml configuration file?
How you will enable front-end validation based on the xml in validation.xml?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
Which design pattern the interceptors in struts2 is based on?
How client side validation is enabled on a jsp form?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
how to debug struts project in netbean ?
What are struts in java?
Can we use struts and spring together?