Subject not found.
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:
<message-resources PARAMETER=”com.login.struts.ApplicationResources”/>

 

Resource files (.properties files) can be used in Struts by adding following configuration entry in struts-config.xml file:
<message-resources parameter=”com.login.struts.ApplicationResources”/>

 



Discussion

No Comment Found