AjaxEditableMultilineLabel generates invalid HTML
-------------------------------------------------

                 Key: WICKET-3319
                 URL: https://issues.apache.org/jira/browse/WICKET-3319
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.4.14
            Reporter: Peter Parson


When using an AjaxEditableMultilineLabel, the generated markup looks like:

<span onclick="[...]">
<p>1st paragraph</p>
<p>2nd paragraph</p>
</span>

This is invalid according to HTML spec (block elements (p) are not allowed 
within inline elements (span)).

AjaxEditableMultilineLabel should be using a <div> element instead of the 
<span>.

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

Reply via email to