Sebastien Briquet created WICKET-4826:
-----------------------------------------

             Summary: PaletteButton#onComponentTag(ComponentTag) does not call 
super
                 Key: WICKET-4826
                 URL: https://issues.apache.org/jira/browse/WICKET-4826
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 6.1.1, 1.5.8
            Reporter: Sebastien Briquet
            Priority: Minor


Is it possible for 
o.a.w.extensions.markup.html.form.palette.Palette.PaletteButton#onComponentTag(ComponentTag
 tag)
to call: super.onComponentTag(tag)?

It actually prevent to override Palette#newAddComponent (and the other buttons) 
with something like
return super.newAddComponent().setOutputMarkupId(true);

Would it also be possible to make a fix for both 1.5.x and 6.x?

Thanks in advance,
Sebastien.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to