You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Matej Knopp (JIRA)" <ji...@apache.org> on 2007/05/12 15:38:15 UTC

[jira] Resolved: (WICKET-152) Automatic multi window support and XHTML validation

     [ https://issues.apache.org/jira/browse/WICKET-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp resolved WICKET-152.
--------------------------------

    Resolution: Won't Fix

> Automatic multi window support and XHTML validation
> ---------------------------------------------------
>
>                 Key: WICKET-152
>                 URL: https://issues.apache.org/jira/browse/WICKET-152
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 2.0
>            Reporter: John Major
>            Priority: Minor
>         Attachments: wicket2.0-152.patch
>
>
> With automatic multi window support enabled, Wicket is adding an id attribute to the script element that contains a character that prevents XHTML validation.  For example, 
> <script type="text/javascript" id="wicket.markup.html.WebPage$PageMapChecker"><!--/*--><![CDATA[/*><!--*/
> if (window.name=='' || window.name.indexOf('wicket') > -1) { window.name="wicket:default"; }
> /*-->]]>*/</script>
> exhibits the problem as valid XHTML disallows the $ within the id attribute.

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