Re: [1.5] onBeforeRender() not called after AjaxRequestTarget.add()

2010-12-13 Thread ilde...@gmail.com
sorry email was started before I completed it. Anyway I'll prepare a working zip and wil send the issue as a jira bug if I can confirm the problem. On Mon, Dec 13, 2010 at 2:13 PM, ilde...@gmail.com wrote: > a couple of new experiments: > > I've added comp1 and comp2 as target in the onEvent. > c

Re: [1.5] onBeforeRender() not called after AjaxRequestTarget.add()

2010-12-13 Thread ilde...@gmail.com
a couple of new experiments: I've added comp1 and comp2 as target in the onEvent. comp1 just have @Override protected void onBeforeRender() { super.onBeforeRender(); } while comp2 @Override protected void onBeforeRender

[1.5] onBeforeRender() not called after AjaxRequestTarget.add()

2010-12-13 Thread ilde...@gmail.com
Hey everyone. Maybe I am a little rusty with Wicket but.. I am on a new project with Wicket 1.5, M3. I have a simple behavior on a form field: form.add(otherComponent); form.add(codeField); codeField.add(new AjaxEventBehavior("onChange") { @Override