InterviewSolution
Saved Bookmarks
| 1. |
What Configuration Changes Are Required To Use Resource Files In Struts? |
|
Answer» RESOURCE files (.properties files) can be used in Struts by ADDING FOLLOWING CONFIGURATION entry in struts-config.xml file:
Resource files (.properties files) can be used in Struts by adding following configuration entry in struts-config.xml file:
|
|