Re: aj Component twice in markup while ax refresh in Wicket 6.7 (migrated from 1.5.10)

2013-05-29 Thread Martin Grigorov
On Wed, May 29, 2013 at 10:18 AM, Nico wrote: > I followed Martin's hint and with wicket 6.7.0 I manually changed the > replacement in the javascript from > > jQuery(element).after($newElement).remove(); > to > jQuery(element).replaceWith($newElement); > > > But I just saw, that in Github ( > htt

Re: aj Component twice in markup while ax refresh in Wicket 6.7 (migrated from 1.5.10)

2013-05-29 Thread Nico
I followed Martin's hint and with wicket 6.7.0 I manually changed the replacement in the javascript from jQuery(element).after($newElement).remove(); to jQuery(element).replaceWith($newElement); But I just saw, that in Github (https://github.com/apache/wicket/blob/master/wicket-core/src/main/