Hi Sebastien,
have a look at CustomTooltipBehavior#bind().
The call this.render(this.newContent(CONTENT_ID)) is too early and leads to wicket warning logs "Tried to retrieve a localized string for a component that has not yet been added to the page."
Would it be possible to move the code in onConfigure() or onBeforeRender()?
best regards
Patrick
Hi Sebastien,
have a look at CustomTooltipBehavior#bind().
The call this.render(this.newContent(CONTENT_ID)) is too early and leads to wicket warning logs "Tried to retrieve a localized string for a component that has not yet been added to the page."
Would it be possible to move the code in onConfigure() or onBeforeRender()?
best regards
Patrick