You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Roberto D'Amico (JIRA)" <de...@myfaces.apache.org> on 2008/05/14 10:51:55 UTC

[jira] Created: (MYFACES-1873) Malformed end tag in org.apache.myfaces.renderkit.html.util.ReducedHTMLParser

Malformed end tag in org.apache.myfaces.renderkit.html.util.ReducedHTMLParser
-----------------------------------------------------------------------------

                 Key: MYFACES-1873
                 URL: https://issues.apache.org/jira/browse/MYFACES-1873
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.1.5
         Environment: Ubuntu 7.04 Feisty Fawn

            Reporter: Roberto D'Amico


ERROR 2008-05-14 10:33:01,051 [http-8080-3] org.apache.myfaces.renderkit.html.util.ReducedHTMLParser: Malformed end tag at line 322; skipping parsing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MYFACES-1873) Malformed end tag in org.apache.myfaces.renderkit.html.util.ReducedHTMLParser

Posted by "Simon Kitching (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596675#action_12596675 ] 

Simon Kitching commented on MYFACES-1873:
-----------------------------------------

This error message usually means that there is something wrong with your .xhtml or .jsp page, not something wrong with MyFaces.

You need to look at the generated html, and find the invalid text then fix your original .jsp or .xhtml page. You might want to try running the output through an html validator, or pasting it into an html-aware editor which can show errors.

Note that the line-number information is only approximate; it actually refers to the page *before* it was modified by the ExtensionsFilter to insert resources such as scripts and css. So it's probably better to just ignore that value.

> Malformed end tag in org.apache.myfaces.renderkit.html.util.ReducedHTMLParser
> -----------------------------------------------------------------------------
>
>                 Key: MYFACES-1873
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1873
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.1.5
>         Environment: Ubuntu 7.04 Feisty Fawn
>            Reporter: Roberto D'Amico
>
> ERROR 2008-05-14 10:33:01,051 [http-8080-3] org.apache.myfaces.renderkit.html.util.ReducedHTMLParser: Malformed end tag at line 322; skipping parsing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.