Hello
I am facing problem while implementing  hello.jsp example in Struts  .
http://gallery.bluestone.com/scripts/SaISAPI.dll/StrutsTrailMap.class/struts-trailmap/Trail2.htm
.It is not Working and giving an error (below) .I am using ServletExec engine ( ServletExec 3.0 ISAPI ) is there any extra setting or modification I have to made to run this example I have already implemted  all the steps which they mention in there web Site .

Thanks and Regards
  Burhan
javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE
        at org.apache.struts.util.RequestUtils.message(RequestUtils.java:285)
        at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:239)
        at pagecompile._hello_world._helloworld_xjsp._jspService(_helloworld_xjsp.java:35)
        at newatlanta.servletexec.JSP10HttpJspPage.service(JSP10HttpJspPage.java)
        at newatlanta.servletexec.JSP10Servlet.service(JSP10Servlet.java)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
        at newatlanta.servletexec.ServletExec.CallServletService(ServletExec.java)
        at newatlanta.servletexec.ServletExec.processServletRequest(ServletExec.java)
        at newatlanta.servletexec.ServletExec.processServletAlias(ServletExec.java, Compiled Code)
        at newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java, Compiled Code)
        at newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java)

Reply via email to