Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 88597 invoked from network); 27 Apr 2010 21:10:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Apr 2010 21:10:54 -0000 Received: (qmail 81853 invoked by uid 500); 27 Apr 2010 21:10:54 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 81757 invoked by uid 500); 27 Apr 2010 21:10:53 -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 81746 invoked by uid 99); 27 Apr 2010 21:10:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2010 21:10:53 +0000 X-ASF-Spam-Status: No, hits=-1500.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2010 21:10:52 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3RLAW9g021890 for ; Tue, 27 Apr 2010 21:10:32 GMT Message-ID: <32429548.41721272402632579.JavaMail.jira@thor> Date: Tue, 27 Apr 2010 17:10:32 -0400 (EDT) From: "Leonardo Uribe (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Updated: (TOMAHAWK-1500) t:inputHtml should be a composite component for jsf 2.0 In-Reply-To: <23009704.39451272395013843.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TOMAHAWK-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated TOMAHAWK-1500: ------------------------------------- Status: Patch Available (was: Open) > t:inputHtml should be a composite component for jsf 2.0 > ------------------------------------------------------- > > Key: TOMAHAWK-1500 > URL: https://issues.apache.org/jira/browse/TOMAHAWK-1500 > Project: MyFaces Tomahawk > Issue Type: Improvement > Components: Html Editor > Affects Versions: 1.1.9 > Reporter: Leonardo Uribe > Assignee: Leonardo Uribe > Attachments: TOMAHAWK-1500.patch > > > t:inputHtml is the best example why composite components are a great idea. We have an unmaintanable renderer that just render html markup and more html markup. It was very difficult to upgrade to kupu 1.4.16 (in fact I used some hacks to do the opposite: convert from html markup to ResponseWriter commands and then update the renderer). > Minor changes are needed to make it a composite component and no side effects are detected in the change. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.