The method "newRecorderComponent()" is private, so I can't override it...
igor.vaynberg wrote:
>
> isnt recorder component represented by input type="hidden" in html? im
> not sure if those receive onchange events...
>
> anyways, what you want can be implementing as following:
>
> new palette() {
> newrecordercomponent() { component c=super.newrecordercomponent();
> c.add(...); return c; }
> }
>
> -igor
>
-----
Juan Pablo Coen Mitrani
--
View this message in context:
http://www.nabble.com/Palette-and-recorderComponent-initialization-%28Wicket-1.3.1%29-tp15871741p15881636.html
Sent from the Wicket - Dev mailing list archive at Nabble.com.