On Tue, Sep 17, 2024 at 11:07 AM Korbinian Bachl <korbinian.ba...@whiskyworld.de.invalid> wrote:
> Hi, > > I've stumbled over a not so old blog post describing the problem when many > components with AJAX are used: > > https://www.coderdreams.com/tracking-down-a-bug-in-production-wicket-application/ > > Can this problem still happen? > Probably! The blog author never contacted us to report the issue ... > > After watching > https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/DefaultMarkupIdGenerator.java > and especially line 70, I think yes? > > This could explain why I had JS errors in production that I never > discovered the reason for but went away after I set the markup ID manually > within a repeater.... > Care to open a Pull Request ? Or at least file a ticket at Jira ? > > Best, > > KB >