The javadocs for the Palette says to add
AjaxFormComponentUpdatingBehaviour to the Recorder like this:
Form form=new Form(...);
Palette palette=new Palette(...);
palette.getRecorderComponent().add(new
AjaxFormComponentUpdatingBehavior("onchange") {...});
getRecorderComponent() is null, because it isn't populated in the Palette's
constructor, it is populated
in the private initFactories() method, which is called from onBeforeRender.
How am I supposed to get to the Recorder-component from the constructor of my
pageclass? :)
-- Edvin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]