Wicket 6.x -> Wicket 8.x extensions NestedTree expand fails ( Components can no longer be added)

2018-11-28 Thread nino martinez wael
Hi In wicket 6 this worked, there are another input field (ajax activated) that triggers the update : ChildAwareNestedTree profilePartitionTree = new ChildAwareNestedTree("skillsetSelect", provider, sharedExpansionState) { @Override protected Component newContentCompone

Re: Wicket 6.x -> Wicket 8.x extensions NestedTree expand fails ( Components can no longer be added)

2018-11-28 Thread sven
Hi Nino, during rendering of components no additional components can be added to the ART any more. I surprised that your code worked in 6.x, can you build a quickstart demonstrating the problem? Have fun Sven > > On 28.11.2018 at 14:38,wrote: > > > Hi

Re: Wicket 6.x -> Wicket 8.x extensions NestedTree expand fails ( Components can no longer be added)

2018-11-28 Thread nino martinez wael
Yes I understand.. Let me see if it breaks in wicket examples, or I can make it so.. Do you know another way to make a node/folder expand during construction time? Feels like the expand method are meant for ajax calls only. -regards Nino On Wed, Nov 28, 2018 at 4:16 PM sven wrote: > > > Hi Nino

Re: Wicket 6.x -> Wicket 8.x extensions NestedTree expand fails ( Components can no longer be added)

2018-11-28 Thread nino martinez wael
currently unable to reproduce in examples, something must be wrong in my code.. I'll comeback if it turns out otherwise.. Thanks for helping :) On Thu, Nov 29, 2018 at 6:54 AM nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Yes I understand.. Let me see if it breaks in wicket exampl