[
https://issues.apache.org/jira/browse/WICKET-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juergen Donnerstag resolved WICKET-2003.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.4-RC2
Assignee: Juergen Donnerstag
thanks
> Palette's AbstractOption component break XHTML validation
> ---------------------------------------------------------
>
> Key: WICKET-2003
> URL: https://issues.apache.org/jira/browse/WICKET-2003
> Project: Wicket
> Issue Type: Bug
> Components: wicket-extensions
> Affects Versions: 1.4-RC1
> Reporter: Martin Bednar
> Assignee: Juergen Donnerstag
> Priority: Trivial
> Fix For: 1.4-RC2
>
>
> multiple attribute must have value in XHTML
> instead:
> attrs.put("multiple",null);
> use:
> attrs.put("multiple", "multiple");
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.