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 does i18n interceptor?
Explain about the
What does validation interceptor?
State an example of struts configuration file as an action parameter for action servlet.
What are the custom tags?
What is the purpose of @stringlengthfieldvalidator annotation?
How can we upload files in Struts2 application?
Why use spring, if you are already using struts?
List the important attribute and elements of action mapping under struts.
Why are struts tightly coupled?
What are the features of struts 2?
how to connect from struts to database through hibernet and where u can modify the class
How many action classes can be used in struts application?
What validate() and reset() method does ?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.