javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot find bean: "username" in any scope
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:852)
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781)
org.apache.jsp.graduateregistration_jsp._jspService(graduateregistration_jsp.java:92)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
How can i overcome this exception and how can i start this page?
Please help me
Regards
Areshbabu
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
Firstly, I would kick the Ranch Office that they should by default disable HTML in messages. I tried that before with vain. Also parsing of the HTML entities is troublesome since some time (check the quote/edit screens). I don't have the motivation anymore to report forum related bugs/issues myself.
Regarding to your problem: in the future please use the Struts forum for Struts related questions. All what I can tell is that the bean with the managed bean name "username" isn't been placed in any of the scopes.