Hi, I�m trying to get a struts-example to work that you can find here:
Article: http://www.onjava.com/pub/a/onjava/2001/10/31/struts2.html Direct link to the example: http://www.onjava.com/onjava/2001/10/31/examples/StrutsPartII.jar. I�ve been trying to figure out for some time why it�s not working. I think it has something to do with the properties file which it cannot find. Looking at the base class which is provided I can see that it�s looking for a file called "strutssample.properties" which doesn�t exist anywhere. Is this where the problem lies? If so can anyone give me a small tip of what is needed to get the example working. Has anyone actually tried this example and got it working?? Bellow is the error message I get when trying to access the application: =========== ERROR ============================ javax.servlet.ServletException: Missing message for key login.title at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp l.java:463) at org.apache.jsp.Login$jsp._jspService(Login$jsp.java:230) 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:202) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) =============================================== Any help would be greatly appreciated! Thank you very much, Michael p.s. I�m using JBOSS3.0RC2 with embedded Tomcat. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

