Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 78378 invoked from network); 27 Apr 2008 16:20:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Apr 2008 16:20:35 -0000 Received: (qmail 55136 invoked by uid 500); 27 Apr 2008 16:20:35 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 55047 invoked by uid 500); 27 Apr 2008 16:20:35 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 55036 invoked by uid 99); 27 Apr 2008 16:20:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Apr 2008 09:20:35 -0700 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; Sun, 27 Apr 2008 16:19:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 39864234C115 for ; Sun, 27 Apr 2008 09:16:56 -0700 (PDT) Message-ID: <1777082369.1209313016234.JavaMail.jira@brutus> Date: Sun, 27 Apr 2008 09:16:56 -0700 (PDT) From: =?utf-8?Q?J=C3=B6rg_Heinicke_=28JIRA=29?= To: dev@cocoon.apache.org Subject: [jira] Updated: (COCOON-2204) ft:group internal div not handled correctly. In-Reply-To: <123485662.1209298375702.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON-2204?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] J=C3=B6rg Heinicke updated COCOON-2204: ---------------------------------- Summary: ft:group internal div not handled correctly. (was: [PATCH] ft= :group internal div not handled correctly.) Is there still any documentation out there in which we say to prefix summar= y with [PATCH]? We have the "Patch available" check box now which is suffic= ient. > ft:group internal div not handled correctly. > -------------------------------------------- > > Key: COCOON-2204 > URL: https://issues.apache.org/jira/browse/COCOON-2204 > Project: Cocoon > Issue Type: Bug > Components: Blocks: Forms > Affects Versions: 2.2, 2.2-dev (Current SVN) > Reporter: Kamal Bhatt > Fix For: 2.2-dev (Current SVN) > > > According to this page: http://cocoon.apache.org/2.2/blocks/forms/1.0/750= _1_1.html > If you you are using Ajax, a div (or similar element) must surround the f= ields of a group. eg: > >
>

>

>
>
> CForms (through the magic of the forms-field-styling.xsl) will put the gr= oup's id on the div. The code to this, seems broken as it does not match on= the div, but on the fi:group. > NOTE: This is another solution to the problem described here: > https://issues.apache.org/jira/browse/COCOON-1825 > However, the solution described within it seems to make the suggestion in= http://cocoon.apache.org/2.2/blocks/forms/1.0/750_1_1.html redundant. Eith= er way, either this issue or that one is not necessary.=20 > Patch is provided below: > Index: D:/workspace-java/cocoon-forms-impl/src/main/resources/org/apache/= cocoon/forms/resources/forms-field-styling.xsl > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- D:/workspace-java/cocoon-forms-impl/src/main/resources/org/apache/coc= oon/forms/resources/forms-field-styling.xsl=09(revision 651922) > +++ D:/workspace-java/cocoon-forms-impl/src/main/resources/org/apache/coc= oon/forms/resources/forms-field-styling.xsl=09(working copy) > @@ -706,7 +706,7 @@ > > > =20 > - > + > > > --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.