What are Struts properties?
Answers were Sorted based on User's Feedback
Answer / saran v
The framework uses a number of properties that can be
changed to fit your needs. To change any of these
properties, specify the property key and value in an
struts.properties file. The properties file can be locate
anywhere on the classpath, but it is typically found
under /WEB-INF/class
The list of properties can be found in struts-
default.properties (inside struts2.jar).
| Is This Answer Correct ? | 5 Yes | 2 No |
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 |
How nested beans can be used in Struts applications?
What is the purpose of constant tag in struts.xml?
How does struts2 token work?
how the error can be showed in the jsp page in struts?
why we use struts in our web application , means what was drawbacks of servlet ...pls answer
What is form bean in struts?
Where can i get jar file for use the struts-tags in struts2?
What is the use of interceptor?
What do you know about validation plugin ?
What are the core classes of the struts framework?
what are the struts tags?
State an example of struts configuration file as an action parameter for action servlet.