ajax indicator

2008-11-25 Thread noppy-flex
Hi, I'm trying to make an indicator visible when an ajax request is processed. For a checkbox this is working well: final AjaxCheckBox ac = new AjaxCheckBox("an", new Model()) { private static final long serialVersionUID = 0L; @Override protected void onUpdate(AjaxRequestTa

IFrame and Ajax

2008-11-18 Thread noppy-flex
Hello, My application consists of an panel holding an IFrame and another subpanel. The IFrame has a tree as nested component which has a #onTerminalCodeSelection(AjaxRequestTarget target) method which is called when a node gets selected. On selection components which are placed on the subpanel (i