Sep 13, 2012

Error: javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE

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" />

No comments:

Post a Comment