I have solved it by overiding getPreconditionScript() in the behaviour to
return "return true;":
            protected CharSequence getPreconditionScript() {
                return "return true";
            }

I hope I do not run into any problems with this.

Cheers.


-----
http://balamaci.wordpress.com http://balamaci.wordpress.com 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Call-Ajax-on-Parent-Page-from-Popup-page-tp2134034p2165297.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to