From adffaces-user-return-1898-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Thu Jan 18 01:31:15 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 85378 invoked from network); 18 Jan 2007 01:31:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jan 2007 01:31:15 -0000 Received: (qmail 98572 invoked by uid 500); 18 Jan 2007 01:31:21 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 98342 invoked by uid 500); 18 Jan 2007 01:31:21 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 98332 invoked by uid 99); 18 Jan 2007 01:31:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 17:31:21 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of awiner@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 17:31:12 -0800 Received: by ug-out-1314.google.com with SMTP id y2so50445uge for ; Wed, 17 Jan 2007 17:30:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dzjXkQ7goMQ+yitc4GFDECxywVYPiz+1IbXsa94sH4EWJGNCPsfWXPkZMPfP503iiB0txls20iFHBtDzgaXIEpIBuWQINyDEdMrQjDXdQUrW402EnkaiBRzPEoKGWfcBtFhzsU6QWlzpl+pfuTRDMrFz7AGV3dRz7SK7Rxaue9Y= Received: by 10.66.255.7 with SMTP id c7mr455871ugi.1169083850812; Wed, 17 Jan 2007 17:30:50 -0800 (PST) Received: by 10.67.102.2 with HTTP; Wed, 17 Jan 2007 17:30:50 -0800 (PST) Message-ID: <6dac79b90701171730p24c62cc9m9b50dc3880015f41@mail.gmail.com> Date: Wed, 17 Jan 2007 17:30:50 -0800 From: "Adam Winer" To: adffaces-user@incubator.apache.org Subject: Re: Element End name: does not match start name In-Reply-To: <25FD74FCC2929F48A7C23E316FA798B801F3FA48@repbex01.amer.bea.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <25FD74FCC2929F48A7C23E316FA798B801F3FA48@repbex01.amer.bea.com> X-Virus-Checked: Checked by ClamAV on apache.org I would check that your custom components are matching up endElement() calls for every startElement(). You should be doing this everywhere, not just for Trinidad. It may be that you've had this problem all along, but only Trinidad is telling you it's happening. -- Adam On 1/17/07, Clinton Davidson wrote: > I have a project that I am trying to convert from myfaces to Trinidad. I > am getting a number of these warnings: > > > > RUNTIME:Jan 17, 2007 4:55:04 PM > org.apache.myfaces.trinidadinternal.io.HtmlResponseWriter endElement > > RUNTIME:SEVERE: Element End name:td does not match start name:div > > > > Is there a way that I can determine why this is happening? I notice that > a number of input tags from a custom form component are not being closed > as they are in myfaces. Do I need to rewrite these components, or is > there anything special that needs to be done to work with the Trinidad > renderer? > > > > Thanks > > > > Clinton > > > > _______________________________________________________________________ > Notice: This email message, together with any attachments, may contain > information of BEA Systems, Inc., its subsidiaries and affiliated > entities, that may be confidential, proprietary, copyrighted and/or > legally privileged, and is intended solely for the use of the individual > or entity named in this message. If you are not the intended recipient, > and have received this message in error, please immediately return this > by email and then delete it. > >