Thank you. I resolved it. Ed Griebel <[EMAIL PROTECTED]> wrote: This exception is caused by outputting a message without specifying a message resource in your struts-config.xml file.
You can learn some more about Struts starting at these links: http://struts.apache.org/struts-action/index.html http://struts.apache.org/struts-action/userGuide/index.html -ed On 6/19/06, Medicherla Lakshmi wrote: > hi, > I have a problem, please give me soln. > I have an actionform which has String aswellas int types with get and set > methods. In the jsp, when am trying to get the int type value of that > actionform using where empid is one of the get/set method in the action form, > its throwing exception saying: > > The error it is specifying in the servlet class is of that empid value. > Please tel me how to int type of actionform in jsp. am in urgent need of it. > > type Exception report > message > description The server encountered an internal error () that prevented it > from fulfilling this request. > exception > javax.servlet.ServletException: Cannot find message resources under key > org.apache.struts.action.MESSAGE > org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848) > > org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781) > org.apache.jsp.ManageTeam_jsp._jspService(ManageTeam_jsp.java:491) > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362) > > org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063) > org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386) > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229) > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194) > org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362) > > root cause > javax.servlet.jsp.JspException: Cannot find message resources under key > org.apache.struts.action.MESSAGE > org.apache.struts.taglib.TagUtils.retrieveMessageResources(TagUtils.java:1175) > org.apache.struts.taglib.TagUtils.message(TagUtils.java:1024) > org.apache.struts.taglib.TagUtils.message(TagUtils.java:999) > org.apache.struts.taglib.bean.WriteTag.retrieveFormatString(WriteTag.java:254) > org.apache.struts.taglib.bean.WriteTag.formatValue(WriteTag.java:317) > org.apache.struts.taglib.bean.WriteTag.doStartTag(WriteTag.java:232) > org.apache.jsp.ManageTeam_jsp._jspx_meth_bean_write_1(ManageTeam_jsp.java:525) > org.apache.jsp.ManageTeam_jsp._jspService(ManageTeam_jsp.java:272) > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362) > > org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063) > > org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386) > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229) > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194) > org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362) > > > --------------------------------- > Yahoo! India Answers: Share what you know. Learn something new Click here > Send free SMS to your Friends on Mobile from your Yahoo! Messenger Download > now > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Yahoo! India Answers: Share what you know. Learn something new Click here Send free SMS to your Friends on Mobile from your Yahoo! Messenger Download now