Return-Path: Delivered-To: apmail-incubator-myfaces-cvs-archive@www.apache.org Received: (qmail 98143 invoked from network); 12 Apr 2005 12:41:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2005 12:41:51 -0000 Received: (qmail 82257 invoked by uid 500); 12 Apr 2005 12:41:50 -0000 Delivered-To: apmail-incubator-myfaces-cvs-archive@incubator.apache.org Received: (qmail 82220 invoked by uid 500); 12 Apr 2005 12:41:50 -0000 Mailing-List: contact myfaces-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" > Delivered-To: mailing list myfaces-cvs@incubator.apache.org Received: (qmail 82192 invoked by uid 99); 12 Apr 2005 12:41:50 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 12 Apr 2005 05:41:49 -0700 Received: (qmail 98117 invoked by uid 1943); 12 Apr 2005 12:41:48 -0000 Date: 12 Apr 2005 12:41:48 -0000 Message-ID: <20050412124148.98116.qmail@minotaur.apache.org> From: manolito@apache.org To: incubator-myfaces-cvs@apache.org Subject: cvs commit: incubator-myfaces/src/jsfapi/javax/faces/component UIInput.java X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N manolito 2005/04/12 05:41:48 Modified: src/jsfapi/javax/faces/component UIInput.java Log: PR: MYFACES-179 Submitted by: Mathias Broekelmann Revision Changes Path 1.17 +5 -1 incubator-myfaces/src/jsfapi/javax/faces/component/UIInput.java Index: UIInput.java =================================================================== RCS file: /home/cvs/incubator-myfaces/src/jsfapi/javax/faces/component/UIInput.java,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- UIInput.java 4 Mar 2005 00:28:45 -0000 1.16 +++ UIInput.java 12 Apr 2005 12:41:48 -0000 1.17 @@ -37,6 +37,10 @@ * @author Manfred Geiler (latest modification by $Author$) * @version $Revision$ $Date$ * $Log$ + * Revision 1.17 2005/04/12 12:41:48 manolito + * PR: MYFACES-179 + * Submitted by: Mathias Broekelmann + * * Revision 1.16 2005/03/04 00:28:45 mmarinschek * Changes in configuration due to missing Attribute/Property classes for the converter; not building in the functionality yet except for part of the converter properties * @@ -252,6 +256,7 @@ catch (RuntimeException e) { //Object[] args = {getId()}; + context.getExternalContext().log(e.getMessage(), e); _MessageUtils.addErrorMessage(context, this,CONVERSION_MESSAGE_ID,new Object[]{getId()}); setValid(false); }