Skip to content

CustomTooltipBehavior already starts rendering in onBind() / which let Wicket log warnings #354

@Patrick1701

Description

@Patrick1701

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions