Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 94029 invoked from network); 17 May 2006 13:56:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 May 2006 13:56:25 -0000 Received: (qmail 41709 invoked by uid 500); 17 May 2006 13:56:23 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 41663 invoked by uid 500); 17 May 2006 13:56:23 -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 41652 invoked by uid 99); 17 May 2006 13:56:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 May 2006 06:56:22 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mario@ops.co.at designates 194.152.182.4 as permitted sender) Received: from [194.152.182.4] (HELO smtp.ops.co.at) (194.152.182.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 May 2006 06:56:22 -0700 Received: by smtp.ops.co.at (Postfix, from userid 65534) id 1408B23C0A8; Wed, 17 May 2006 15:55:58 +0200 (CEST) Received: from [172.27.1.102] (lints1.int.ops.co.at [172.27.1.102]) by smtp.ops.co.at (Postfix) with ESMTP id 3375623C0A3 for ; Wed, 17 May 2006 15:55:56 +0200 (CEST) Message-ID: <446B2B6C.8080000@ops.co.at> Date: Wed, 17 May 2006 15:55:56 +0200 From: Mario Ivankovits User-Agent: Thunderbird 1.5.0.2 (X11/20060411) MIME-Version: 1.0 To: MyFaces Development Subject: Re: Make DummyForm RI compatible References: <446AC987.2050002@ops.co.at> <5a99335f0605170553k1a152cdp956153159e73104a@mail.gmail.com> In-Reply-To: <5a99335f0605170553k1a152cdp956153159e73104a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on smtp.ops.co.at X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-24.4 required=6.0 tests=AWL,BAYES_00,J_CHICKENPOX_14, LOCAL_WHITE_RECV_TS1,LOC_SPMSIG_2,RATWR10_MESSID,SMILEY autolearn=ham version=2.64 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Martin! > so if there is no form in the parent-tree - you just render a form > around the link itself? yes. > I really don't like the dummyForm stuff at all anymore. +1 - so my proposed solution will provide a slow migration away from it. > At the end, I want to find a solution where we dynamically add a form > to the component tree if that is necessary... I know (or I think I know ;-) ) , you dont like to instrument the view tree, but in an custom view handler this can easily be done. e.g. you can take the children of the f:view component and feed them into an h:form which is then the only child of f:view But okay, lets discuss this when its time :-) Ciao, Mario