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 do you find the struts version being used in a project?
Are interceptors and filters different?
Can we have more than one struts-config.xml file for a single struts application?
What are the components of struts?
Can you explain custom tag?
Why was reload removed from struts (since 1.1)?
What is struts.devmode?
Why are springs better than struts?
What are different Struts2 tags? How can we use them?
What is the purpose of @conversion annotation annotation?
What is the purpose of form-be tag in struct-config.xml?
Explain about the process of functioning of the struts program?
Which configuration file is used for storing jsp configuration information in struts?
Explain how can we upload files in struts2 application?
What is struts-default package and what are it’s benefits?