Hey all,
i have an action class where i link to a entry of my resource File in the
same package. that works.
But the tag
<html:link page="/index.do"><bean:message
key="index.createCategoryLink"/></html:link>
creates the following error. Where are the right place for the
resourse.properties of a jsp ??
thanks Fredy
javax.servlet.ServletException: Missing message for key
index.createCategoryLink
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:471)
at org.apache.jsp.index$jsp._jspService(index$jsp.java:128)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:201)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>