Description:
Struts is unable to find message resources. This issue occurs while using the Message Resources/Property files/Application Resources file
Solution:
Add the message-resources tag to the struts-config.xml file:
<message-resources parameter="resources.common.Common" />
Struts is unable to find message resources. This issue occurs while using the Message Resources/Property files/Application Resources file
Solution:
Add the message-resources tag to the struts-config.xml file:
<message-resources parameter="resources.common.Common" />
No comments:
Post a Comment