[
https://issues.apache.org/jira/browse/WICKET-6606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sven Meier resolved WICKET-6606.
--------------------------------
Resolution: Fixed
Assignee: Sven Meier
Fix Version/s: 9.0.0
8.2.0
Thanks for the heads up! The new attribute has an empty value now.
> 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
> Assignee: Sven Meier
> Priority: Major
> Fix For: 8.2.0, 9.0.0
>
>
> 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)