You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Christopher Rogers (JIRA)" <ji...@apache.org> on 2010/03/05 07:43:28 UTC

[jira] Created: (WICKET-2765) MarkupException on unclosed tag

MarkupException on unclosed <col> tag
-------------------------------------

                 Key: WICKET-2765
                 URL: https://issues.apache.org/jira/browse/WICKET-2765
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.4.6
            Reporter: Christopher Rogers
            Priority: Trivial


While Wicket's markup parser supports unclosed tags such as <br> and <p>, it doesn't support unclosed <col> tags.

Extract from error message:
org.apache.wicket.markup.MarkupException: Tag '<col>' (line 11, column 18) has a mismatched close tag at '</table>'

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


[jira] Closed: (WICKET-2765) MarkupException on unclosed tag

Posted by "Jeremy Thomerson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Thomerson closed WICKET-2765.
------------------------------------

    Resolution: Won't Fix

There's no reason for us to start adding a bunch of rules allowing non-valid XHTML.  Simply add " />" to the end of your col tag.  If you disagree, please give a supporting reason that we should add these parsing rules that allow you to generate invalid markup.

> MarkupException on unclosed <col> tag
> -------------------------------------
>
>                 Key: WICKET-2765
>                 URL: https://issues.apache.org/jira/browse/WICKET-2765
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.6
>            Reporter: Christopher Rogers
>            Priority: Trivial
>
> While Wicket's markup parser supports unclosed tags such as <br> and <p>, it doesn't support unclosed <col> tags.
> Extract from error message:
> org.apache.wicket.markup.MarkupException: Tag '<col>' (line 11, column 18) has a mismatched close tag at '</table>'

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


[jira] Commented: (WICKET-2765) MarkupException on unclosed tag

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902236#action_12902236 ] 

Hudson commented on WICKET-2765:
--------------------------------

Integrated in Apache Wicket 1.4.x #115 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/115/])
    Issue: WICKET-2765


> MarkupException on unclosed <col> tag
> -------------------------------------
>
>                 Key: WICKET-2765
>                 URL: https://issues.apache.org/jira/browse/WICKET-2765
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.6
>            Reporter: Christopher Rogers
>            Assignee: Igor Vaynberg
>            Priority: Trivial
>             Fix For: 1.4.11, 1.5-M2
>
>
> While Wicket's markup parser supports unclosed tags such as <br> and <p>, it doesn't support unclosed <col> tags.
> Extract from error message:
> org.apache.wicket.markup.MarkupException: Tag '<col>' (line 11, column 18) has a mismatched close tag at '</table>'

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


[jira] Commented: (WICKET-2765) MarkupException on unclosed tag

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902251#action_12902251 ] 

Hudson commented on WICKET-2765:
--------------------------------

Integrated in Apache Wicket 1.5.x #262 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/262/])
    Issue: WICKET-2765


> MarkupException on unclosed <col> tag
> -------------------------------------
>
>                 Key: WICKET-2765
>                 URL: https://issues.apache.org/jira/browse/WICKET-2765
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.6
>            Reporter: Christopher Rogers
>            Assignee: Igor Vaynberg
>            Priority: Trivial
>             Fix For: 1.4.11, 1.5-M2
>
>
> While Wicket's markup parser supports unclosed tags such as <br> and <p>, it doesn't support unclosed <col> tags.
> Extract from error message:
> org.apache.wicket.markup.MarkupException: Tag '<col>' (line 11, column 18) has a mismatched close tag at '</table>'

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


[jira] Resolved: (WICKET-2765) MarkupException on unclosed tag

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2765.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s: 1.4.11
                   1.5-M2
       Resolution: Fixed

added to ExtendedOpenCloseTagExpander, install it to get the behavior

> MarkupException on unclosed <col> tag
> -------------------------------------
>
>                 Key: WICKET-2765
>                 URL: https://issues.apache.org/jira/browse/WICKET-2765
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.6
>            Reporter: Christopher Rogers
>            Assignee: Igor Vaynberg
>            Priority: Trivial
>             Fix For: 1.4.11, 1.5-M2
>
>
> While Wicket's markup parser supports unclosed tags such as <br> and <p>, it doesn't support unclosed <col> tags.
> Extract from error message:
> org.apache.wicket.markup.MarkupException: Tag '<col>' (line 11, column 18) has a mismatched close tag at '</table>'

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


[jira] Reopened: (WICKET-2765) MarkupException on unclosed tag

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Dashorst reopened WICKET-2765:
--------------------------------------


The reason might be: not everybody wants to use *X*HTML, but might want to be able to use HTML. Especially with HTML5 looming around the corner, this is rather essential IMO.

> MarkupException on unclosed <col> tag
> -------------------------------------
>
>                 Key: WICKET-2765
>                 URL: https://issues.apache.org/jira/browse/WICKET-2765
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.6
>            Reporter: Christopher Rogers
>            Priority: Trivial
>
> While Wicket's markup parser supports unclosed tags such as <br> and <p>, it doesn't support unclosed <col> tags.
> Extract from error message:
> org.apache.wicket.markup.MarkupException: Tag '<col>' (line 11, column 18) has a mismatched close tag at '</table>'

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