how will you view ur jsp page to the client by using
properties file?
Answer Posted / mohan
Another way is that you can do the validation in the
ActionForm, and display messages or the error messages by
using errors.add() method.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we integrate log4j in Struts2 application?
Are interceptors thread safe?
What's mvc pattern ?
how to debug struts project in netbean ?
What is the purpose of @keyproperty annotation annotation?
What are the features of struts 2?
How we can install struts?
What is difference between spring and struts?
Why are struts tightly coupled?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What does i18n interceptor?
How tag libraries are defined in Struts?
How you will display validation fail errors on jsp page?
How can we write our own interceptor and map it for action?
Explain the difference between plain-validator and field-validator in struts?