You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I have a local custom sub-class of your CustomTooltipBehavior.
First test result: It looks like, setting the option "content" can be done in your beforeRender(Component component).
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
The text was updated successfully, but these errors were encountered: