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

Submitted by: Administrator
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" />.
Submitted by: Administrator

Read Online Struts Job Interview Questions And Answers