I keep talking to myself ;)

Fixed the problem more or less by adding the following behavior to the
form components:

public class RetainingFormUpdateBehavior extends
AjaxFormComponentUpdatingBehavior {

    public RetainingFormUpdateBehavior() {
        super("onblur");
    }

    @Override
    protected void onUpdate(AjaxRequestTarget target) {

    }
}


This is taken from
http://javathoughts.capesugarbird.com/2007/06/embedding-form-inside-wicket.html

Not yet sure why and how this 'solves' the problem. If anyone knows a
proper way, i 'm eager to follow any
pointers given.

thanks in advance
Bert

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to