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


On Thu, Mar 6, 2008 at 11:06 AM, juan.pablo.coen.mitrani
<[EMAIL PROTECTED]> wrote:
>
>  I don't understand what you are saying.
>
>  I have the Java code I posted before and I'm using it with this HTML
>
>
>  Do I have to add anything to HTML?
>  Do I have to manually implement the RecordComponent?
>  This code worked correctly in 1.2.6... do I have to do something different
>  for Wicket 1.3.1?
>
>  I think I might be missing something...
>
>  Thanks
>
>
>
>  igor.vaynberg wrote:
>  >
>  > are you sure a hidden field receives onchange events?
>  >
>  > -igor
>  >
>
>
>  -----
>  Juan Pablo Coen Mitrani
>  --
>  View this message in context: 
> http://www.nabble.com/Palette-and-recorderComponent-initialization-%28Wicket-1.3.1%29-tp15871741p15881493.html
>
>
> Sent from the Wicket - Dev mailing list archive at Nabble.com.
>
>

Reply via email to