You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Andrea Aime (JIRA)" <ji...@apache.org> on 2009/07/31 21:50:15 UTC

[jira] Created: (WICKET-2406) Palette component breaks XHTML validation

Palette component breaks XHTML validation
-----------------------------------------

                 Key: WICKET-2406
                 URL: https://issues.apache.org/jira/browse/WICKET-2406
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.3.6
            Reporter: Andrea Aime
             Fix For: 1.3.8, 1.4.1


Using the wicketstuff xhtml validator I noticed the palette component fails validation due to the "multiple" attribute not being assigned a value.
In fact according to this page: http://webdesign.about.com/od/htmltags/p/blatmultiple.htm
the proper XHTML declaration of it would be multiple="multiple"

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


[jira] Commented: (WICKET-2406) Palette component breaks XHTML validation

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

Andrea Aime commented on WICKET-2406:
-------------------------------------

So there won't be a backport of the fix on 1.3.x series? (just out of curiosity, and since I cannot update Wicket in my project, we've reached RC status)

> Palette component breaks XHTML validation
> -----------------------------------------
>
>                 Key: WICKET-2406
>                 URL: https://issues.apache.org/jira/browse/WICKET-2406
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.6
>            Reporter: Andrea Aime
>            Assignee: Igor Vaynberg
>             Fix For: 1.3.8, 1.4.1
>
>
> Using the wicketstuff xhtml validator I noticed the palette component fails validation due to the "multiple" attribute not being assigned a value.
> In fact according to this page: http://webdesign.about.com/od/htmltags/p/blatmultiple.htm
> the proper XHTML declaration of it would be multiple="multiple"

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


[jira] Resolved: (WICKET-2406) Palette component breaks XHTML validation

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

Igor Vaynberg resolved WICKET-2406.
-----------------------------------

    Resolution: Invalid
      Assignee: Igor Vaynberg

in 1.4.0 the markup is multiple="multiple" already.

> Palette component breaks XHTML validation
> -----------------------------------------
>
>                 Key: WICKET-2406
>                 URL: https://issues.apache.org/jira/browse/WICKET-2406
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.6
>            Reporter: Andrea Aime
>            Assignee: Igor Vaynberg
>             Fix For: 1.3.8, 1.4.1
>
>
> Using the wicketstuff xhtml validator I noticed the palette component fails validation due to the "multiple" attribute not being assigned a value.
> In fact according to this page: http://webdesign.about.com/od/htmltags/p/blatmultiple.htm
> the proper XHTML declaration of it would be multiple="multiple"

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


[jira] Commented: (WICKET-2406) Palette component breaks XHTML validation

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

Igor Vaynberg commented on WICKET-2406:
---------------------------------------

no, unfortunately as of right now there will not be a backport. with the release of 1.4.0 the support for 1.3.x has been ended. 1.3.7 will most likely be the last release unless there is a very serious issue such as a memory leak or a security flaw. you are highly encouraged to upgrade to 1.4.0.

i would recommend building a custom version of wicket with the fix in it until you guys are able to upgrade your project to 1.4.x. the fix is trivial, if you need help with it let me know and i will be happy to give you hints.

> Palette component breaks XHTML validation
> -----------------------------------------
>
>                 Key: WICKET-2406
>                 URL: https://issues.apache.org/jira/browse/WICKET-2406
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.6
>            Reporter: Andrea Aime
>            Assignee: Igor Vaynberg
>             Fix For: 1.3.8, 1.4.1
>
>
> Using the wicketstuff xhtml validator I noticed the palette component fails validation due to the "multiple" attribute not being assigned a value.
> In fact according to this page: http://webdesign.about.com/od/htmltags/p/blatmultiple.htm
> the proper XHTML declaration of it would be multiple="multiple"

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