Ok, I will keep 1.2.6 til next stable release
Thanks
juan.pablo.coen.mitrani wrote:
>
> 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-tp15871741p15882150.html
Sent from the Wicket - Dev mailing list archive at Nabble.com.