I'm trying to write a class that extends OnChangeAjaxBehavior.  Is there a
way, in the update method, to get the component to which the behavior has
been added? I just don't see how. Should it just be added via the
constructor?

component.add(new MyOnChangeAjaxBehavior(component));

This doesn't seem right to me, but maybe that's the way?

Thanks for any info, Will

Reply via email to