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
Can we use struts and spring together?
List some struts tag libraries?
What is actionmapping?
Give an example where struts tiles may be used?
What kind of mvc is struts 2?
What are the two different types of validations that the validator framework supports?
Explain about logic match tag?
What is the difference between struts and spring? Explain
Are struts thread safe?
What do you mean by actionform?
How can we display validation errors on jsp page?
What is http forward?
What is spring hibernate and struts in java?
how does request processor relates to action mapping?
What is value stack?