java - Where to put the properties file in web app folder in Struts 1.3? -
i making simple web app using struts 1.3 .
it contains simple registration page uses <bean:message
> tag.
i have set path of properties file in struts-config.xml file as:
<message-resources parameter="resources.application" />
the file named : application.properties , stored shown below:
web-inf---classes----resources---application.properties
the page giving me error :
org.apache.jasper.jasperexception: javax.servlet.servletexception: javax.servlet.jsp.jspexception: cannot find message resources under key org.apache.struts.action.message
what problem ?
i think struts file in web-inf/classes/resources.application.properties
Comments
Post a Comment