Holooly Plus Logo

Input / Question:

Input / Question:

How you will make available any Message Resources  Definitions file to the Struts Framework Environment?

Verified

Output/Answer

T Message Resources Definitions file are simple .properties files and these files contains the messages that can be used in the struts project. Message Resources Definitions files can be added to the struts-config.xml file through <message-resources /> tag.

Example:

<message-resources parameter=\"MessageResources\" />.