Wicket/JQuery internals advanced problem / LazyLoadedPanel with AjaxLink / AjaxLink on click not executed

2013-07-18 Thread Patrick Davids
Hi all, I have a very special problem with ajax lazy loaded panels, which contains ajax links. Problem: AjaxLink does not execute onclick. Does not reach server / no client-side execution in browser occurs. What I investigated until now: - client-side script evaluation of lazy loading panel

Re: Wicket/JQuery internals advanced problem / LazyLoadedPanel with AjaxLink / AjaxLink on click not executed

2013-07-18 Thread Sven Meier
What's the markup of the component you're binding the AjaxLink to? Sven On 07/18/2013 03:53 PM, Patrick Davids wrote: Hi all, I have a very special problem with ajax lazy loaded panels, which contains ajax links. Problem: AjaxLink does not execute onclick. Does not reach server / no

Re: Wicket/JQuery internals advanced problem / LazyLoadedPanel with AjaxLink / AjaxLink on click not executed

2013-07-18 Thread Patrick Davids
Hi Sven, it's a simple a. Patrick Am 18.07.2013 16:08, schrieb Sven Meier: What's the markup of the component you're binding the AjaxLink to? Sven On 07/18/2013 03:53 PM, Patrick Davids wrote: Hi all, I have a very special problem with ajax lazy loaded panels, which contains ajax links.

Re: Wicket/JQuery internals advanced problem / LazyLoadedPanel with AjaxLink / AjaxLink on click not executed

2013-07-18 Thread Sven Meier
Sorry, it was just a wild guess that you bound an AjaxBehavior to a wicket:container tag :(. I already made a quickstart with different lazyloaded panels, and all ajaxlinks are working fine. Try to find the difference. Sven On 07/18/2013 04:38 PM, Patrick Davids wrote: Hi Sven, it's a