From issues-return-5723-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Tue Jul 03 03:09:53 2007 Return-Path: Delivered-To: apmail-struts-issues-archive@locus.apache.org Received: (qmail 77338 invoked from network); 3 Jul 2007 03:09:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2007 03:09:52 -0000 Received: (qmail 47894 invoked by uid 500); 3 Jul 2007 03:09:51 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 47601 invoked by uid 500); 3 Jul 2007 03:09:50 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 47581 invoked by uid 99); 3 Jul 2007 03:09:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 20:09:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 20:09:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D97CE7141EF for ; Mon, 2 Jul 2007 20:09:26 -0700 (PDT) Message-ID: <15374264.1183432166888.JavaMail.jira@brutus> Date: Mon, 2 Jul 2007 20:09:26 -0700 (PDT) From: "Paul Benedict (JIRA)" To: issues@struts.apache.org Subject: [jira] Updated: (STR-1730) [taglib] "Cannot find bean * in scope null" ==> increase error specificness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/STR-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict updated STR-1730: ------------------------------- Fix Version/s: 1.4.0 Assignee: (was: Struts Developers) > [taglib] "Cannot find bean * in scope null" ==> increase error specificness > ---------------------------------------------------------------------------- > > Key: STR-1730 > URL: https://issues.apache.org/struts/browse/STR-1730 > Project: Struts 1 > Issue Type: Improvement > Components: Core > Affects Versions: 1.0 Final > Environment: Operating System: other > Platform: Other > Reporter: Ralf Hauser > Priority: Minor > Fix For: 1.4.0 > > > When I am getting stack traces like > < 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! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.