AjaxEventBehavior never being called

2008-03-20 Thread Michael Mehrle
I've got an inner subclass of Radio: private class FooRadio extends Radio { public FooRadio (String id, IModel model) { super(id, model); setOutputMarkupId(true); add(new AjaxEventBehavior(new

RE: AjaxEventBehavior never being called

2008-03-20 Thread Michael Mehrle
Never mind - not sure what I was thinking needed to name the JS event properly. Michael -Original Message- From: Michael Mehrle [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2008 1:06 PM To: users@wicket.apache.org Subject: AjaxEventBehavior never being called I've got