Hello  All,

Just wondering if anybody has encountered this problem. Any help/pointers would 
be really appreciated. 

Thanks,
-Deep.

When I include the following tag in my jsp:

  <title><bean:message key="logon.title"/></title>     

I get the following error:

Error: 500

Location: /struts-myexample/logon.jsp

Internal Servlet Error:

javax.servlet.ServletException: Missing resources attribute 
org.apache.struts.action.MESSAGE
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.(Compiled Code)
        at java.lang.Exception.(Compiled Code)
        at javax.servlet.ServletException.(ServletException.java:161)

Root cause: 

javax.servlet.jsp.JspException: Missing resources attribute 
org.apache.struts.action.MESSAGE
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.(Compiled Code)
        at java.lang.Exception.(Compiled Code)
        at javax.servlet.jsp.JspException.(JspException.java:73)
       

I have ensured that the logon.title=someValue exists in my 
ApplicationResource.properties file



> To: [EMAIL PROTECTED]
> Subject: no mapping available error
> Content-Transfer-Encoding: 7bit
> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N
> 
> I am getting a "no mapping available" error whenever I use the
> struts 1.0 example application in Servlet Mill.  There seems to
> be a problem reading the struts-config.xml file, because Struts .5
> examples
> using action work fine.  Can anyone help?
> 
> Julia Reynolds
> 

Reply via email to