Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@apache.org Received: (qmail 28122 invoked from network); 19 Nov 2002 20:03:35 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 19 Nov 2002 20:03:35 -0000 Received: (qmail 28481 invoked by uid 97); 19 Nov 2002 20:04:31 -0000 Delivered-To: qmlist-jakarta-archive-struts-dev@jakarta.apache.org Received: (qmail 28382 invoked by uid 97); 19 Nov 2002 20:04:28 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 28335 invoked by uid 50); 19 Nov 2002 20:04:25 -0000 Date: 19 Nov 2002 20:04:25 -0000 Message-ID: <20021119200425.28323.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: struts-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 14693] New: - ErrorsTag.java - Output message key if lookup to message db fails X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=14693 ErrorsTag.java - Output message key if lookup to message db fails Summary: ErrorsTag.java - Output message key if lookup to message db fails Product: Struts Version: 1.1 Beta 2 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Custom Tags AssignedTo: struts-dev@jakarta.apache.org ReportedBy: edgar@blue-moose.net If an error has been added to a scope but the message key is not in the message db it is too much work to find the error. It is simpler debugging or even for the operator if in the case where the message is not found to output the key in some fashion. Here is a fix: 249,252d248 < } else if (report.getKey() != null) { < results.append("Key: "); < results.append(report.getKey()); < results.append(" not in message DB\r\n"); -- To unsubscribe, e-mail: For additional commands, e-mail: