DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22935>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22935

"Cannot find bean * in scope null"  ==> increase error specificness

           Summary: "Cannot find bean * in scope null"  ==> increase error
                    specificness
           Product: Struts
           Version: 1.0 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Controller
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When I am getting stack traces like
<<org.apache.jasper.JasperException: Cannot find bean user in scope null
        at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
...
root cause

javax.servlet.ServletException: Cannot find bean user in scope null
        at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:533)
        at org.apache.jsp.userprofile_en_jsp._jspService(userprofile_jsp.java:124)
...>>
it would be really helpful to know where it happened in the jsp page.

There might be dozens of struts tags referring to "user" and from the
*_jsp.java, it is often not very obvious which one it is.

Therefore, my RFE is to have the exception provide more hints on where it fails
- best by citing the offenting struts-tag!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to