Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 11706 invoked from network); 10 Dec 2009 01:40:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Dec 2009 01:40:42 -0000 Received: (qmail 13496 invoked by uid 500); 10 Dec 2009 01:40:41 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 13378 invoked by uid 500); 10 Dec 2009 01:40:41 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 13368 invoked by uid 99); 10 Dec 2009 01:40:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 01:40:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 01:40:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4B91B29A001F for ; Wed, 9 Dec 2009 17:40:18 -0800 (PST) Message-ID: <404819856.1260409218308.JavaMail.jira@brutus> Date: Thu, 10 Dec 2009 01:40:18 +0000 (UTC) From: "Leonardo Uribe (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Resolved: (MYFACES-2457) f:selectItem "escape" property not bound in facelets In-Reply-To: <452717976.1260409218182.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MYFACES-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2457. ------------------------------------- Resolution: Fixed Fix Version/s: 2.0.0-alpha-2 > f:selectItem "escape" property not bound in facelets > ---------------------------------------------------- > > Key: MYFACES-2457 > URL: https://issues.apache.org/jira/browse/MYFACES-2457 > Project: MyFaces Core > Issue Type: Bug > Components: JSR-314 > Affects Versions: 2.0.0-alpha > Reporter: Leonardo Uribe > Assignee: Leonardo Uribe > Fix For: 2.0.0-alpha-2 > > > escape property maps to UISelectItem.itemEscaped property, so we need to create a TagHandler that "alias" this property. It works in jsp but not on facelets > Note this fix makes fails one TCK test, but the expected behavior is this, so we need to request exclude that test from TCK. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.