You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-user@incubator.apache.org by Clinton Davidson <cd...@bea.com> on 2007/01/18 01:11:42 UTC

Element End name: does not match start name

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.

Re: Element End name: does not match start name

Posted by Adam Winer <aw...@gmail.com>.
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 <cd...@bea.com> 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.
>
>