Re: Trouble updating component when using markup inheritance

2016-08-06 Thread Lon Varscsak
Perfect! Thank you so much for getting me situated! -Lon On Sat, Aug 6, 2016 at 3:03 AM, Sven Meier wrote: > Hi, > > this is a known problem with TransparentWebMarkupContainers, see > WICKET-5479 > > You should use a WebMarkupContainer and #queue() instead. > > Regards > Sven > > > > On 04.08.

Re: Trouble updating component when using markup inheritance

2016-08-06 Thread Sven Meier
Hi, this is a known problem with TransparentWebMarkupContainers, see WICKET-5479 You should use a WebMarkupContainer and #queue() instead. Regards Sven On 04.08.2016 01:49, Lon Varscsak wrote: Hey guys, I’ve got a component (ComponentB) that subclasses from another component (ComponentA).