Answer Posted / bindhu
Properties files prepare the resource bundles with all
String messages used in your web application. Because
properties files are text files, they provide a
straightforward way of internationalizing our application.
For Struts web applications, you can use the
PropertyResourceBundle class, which is one of the standard
Struts implementations of the java.util.ResourceBundle
class. This implementation allows web applications based on
Struts to define resources using the "name=value" syntax.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which configuration files are used in struts?
List some bundled validators?
How do you create message resource?
Are the struts tags xhtml compliant ?
Give the details of xml files used in validator framework?
What is the purpose of @customvalidator annotation?
How does struts work?
How struts 2 validation works?
What is ValueStack and OGNL?
What do you mean by actionmapping?
Does Struts2 action and interceptors are thread safe?
What is the purpose of @conversion?
Are interceptors and filters different?
How the flow of various requests happens in struts application?
What are the two types of validations supported by validator framework?