[
https://issues.apache.org/jira/browse/WICKET-6606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16669356#comment-16669356
]
ASF subversion and git services commented on WICKET-6606:
---------------------------------------------------------
Commit 457a0a5b8388d131e4ce883125382f5a457ff350 in wicket's branch
refs/heads/wicket-8.x from [~svenmeier]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=457a0a5 ]
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)