Re: adding component Dynamically

2015-03-09 Thread avchavan
I've checked browser console and the onclick call never gets triggered when i click on the "more" link. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/adding-component-Dynamically-tp4669838p4669892.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: adding component Dynamically

2015-03-04 Thread Sven Meier
Hi, could you be more specific on how it doesn't work? Check your browser's network console whether the request is sent actually. Then put a breakpoint in ListenerInterfaceRequestHandler#respond() and check what happens on the server. BTW you should use new AjaxEventBehavior("click") instead