[
https://issues.apache.org/jira/browse/WICKET-6606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16669355#comment-16669355
]
ASF subversion and git services commented on WICKET-6606:
---------------------------------------------------------
Commit 8fc2eab45577eceed732b252ee7190ab7db55387 in wicket's branch
refs/heads/master from [~svenmeier]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=8fc2eab ]
WICKET-6606 data-wicket-placeholder xhtml conform
> data-wicket-placeholder is invalid XHTML
> ----------------------------------------
>
> Key: WICKET-6606
> URL: https://issues.apache.org/jira/browse/WICKET-6606
> Project: Wicket
> Issue Type: Bug
> Components: wicket-core
> Affects Versions: 8.1.0
> Reporter: Gert-Jan Schouten
> Priority: Major
>
> Because of WICKET-6575, Wicket now sometimes adds a data-wicket-placeholder
> attribute. However, when you serve your pages with MIME-type
> application/xhtml+xml, the browser expects valid XML. The
> data-wicket-placeholder attribute results in a browser parse error, because
> it does not have a value. This makes 8.1.0 currently unusable to us, since we
> serve pure XHTML. I suggest giving the attribute an empty value:
> data-wicket-placeholder="" or a dummy value: data-wicket-placeholder="true".
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)