I've got the cais.properties file in the
~/WEB-INF/classes dir. Here's the error and below that is the section of web.xml
that points to the properties file and below that is the section of
index.jsp with the message key itself.
Any help much appreicated.
500
Internal Server Error
javax.servlet.jsp.JspException: Missing message for key main.title at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java, Compiled Code) at /index.jsp._jspService(/index.jsp.java, Compiled Code) at ...
<servlet>
<servlet-name>action</servlet-name> <servlet-class>org.apache.struts.action.ActionServlet</servlet-class> <init-param> <param-name>application</param-name> <param-value>cais</param-value> </init-param> <%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <html:html> <head> <title> <bean:message key="main.title" /> </title> |
- RE: struts can't find properties file G.L. Grobe
- RE: struts can't find properties file Abraham Kang
- Re: struts can't find properties file G.L. Grobe
- Re: struts can't find properties file Charlemagne L. Rey
- Re: struts can't find properties file G.L. Grobe
- Re: struts can't find properties file G.L. Grobe
- RE: struts can't find properties file Nanduri, Amarnath
- Re: struts can't find properties file Eric Rasmussen
- RE: struts can't find properties file Nanduri, Amarnath