Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.5
-
None
Description
org.apache.wicket.markup.TagUtils#copyAttributes(Component, ComponentTag) uses ", " as a separator for the attributes that it copies.
If the attribute is 'class' then the separator should be " ", if it is "style" or "onclick" then it should be "; ", ...