Gert-Jan Schouten created WICKET-6606:
-----------------------------------------
Summary: 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
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)