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
What is the difference between empty default namespace and root namespace?
Describe the two types of formbeans.
What is apache struts framework?
Explain about logic match tag?
When should be opt for struts framework?
What is the purpose of @validations annotation?
What is the purpose of @expressionvalidator annotation?
How is declarative handling of exceptions done in struts ?
How nested beans can be used in Struts applications?
In which method of action class the business logic is executed?
What are disadvantages of Struts?
What is the role of a handler in mvc based applications?
Can you explain custom tag?
What are the core classes of the struts framework?
What are inner class and anonymous class?