Problem with MetaData when detaching Component

2021-04-12 Thread Daniel Radünz
Hello, I am facing a problem with our Wicket 8.10.0 application and I wonder if it's a bug or if I am using the MetaData feature in an unsupported or wrong way. I have a Behavior, which adds a MetaData entry to a component in the Behavior's "onConfigure(Component component)" method and later

Re: Problem with MetaData when detaching Component

2021-04-13 Thread Daniel Radünz
Martin Grigorov: Hi, On Mon, Apr 12, 2021 at 12:13 PM Daniel Radünz wrote: It sounds like a bug to me! Please create an issue in JIRA. With a failing test case would be perfect! To work it around you can probably use RequestCycle's MetaData instead. Regards, Martin

Automatically insert generated html IDs in other places in html file

2022-06-29 Thread Daniel Radünz
Hello everybody, I'm wondering if there is a way in Wicket to generate unique html IDs and to then add them in other places in the html, without having to write any boiler plate code in each panel that I have. For example in the following panel I need the ID of the h1 tag to be put into the

Aw: Re: Re: Automatically insert generated html IDs in other places in html file

2022-07-08 Thread Daniel Radünz
I just wanted to know ahead of that if somebody has solved this problem in a more elegant way before and I would maybe not have to reinvent the wheel. Thank you for your time and kind regards Daniel Radünz Gesendet: Sonntag, 03. Juli 2022 um 22:36 Uhr Von: "Martin Grigorov" An: u

Aw: Re: Automatically insert generated html IDs in other places in html file

2022-06-30 Thread Daniel Radünz
n domready. If you need to do it on the server side then maybe with IResponseFilter. On Wed, Jun 29, 2022, 12:38 Daniel Radünz wrote: > Hello everybody, > > I'm wondering if there is a way in Wicket to generate unique html IDs and > to then add them in other places in the html, witho