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
What is the role of action class?
What configuration changes are required to use Tiles in Struts?
How to display validation errors on jsp page?
What is spring and struts in java?
What is the purpose of @before?
What is meant by custom tags?
How is a lookup dispatch action created?
What are the features of struts 2?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
in struts how to use hibernate with struts>
What is the purpose of @beforeresult?
What is the use of reset method of ActionForm class?
Provide some important Struts2 constants that you have used?
How do you create message resource?
What are the sections into which a strut configuration file can be divided?