it is now protected in trunk

-igor


On Thu, Mar 6, 2008 at 11:13 AM, juan.pablo.coen.mitrani
<[EMAIL PROTECTED]> 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-tp15871741p15881636.html
>
>
> Sent from the Wicket - Dev mailing list archive at Nabble.com.
>
>

Reply via email to