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

2022-06-29 Thread Martin Grigorov
Hi, The easiest way I could imagine is with a short jQuery function that is called on 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

Re: FlushSession never called on AjaxFormComponentUpdatingBehavior

2022-06-29 Thread Wayne W
Great thanks! On Tue, Jun 28, 2022 at 9:18 PM Sven Meier wrote: > +1 > > Sven > > On 28.06.22 18:54, Andrea Del Bene wrote: > > I think we have enough work done for 9.11.0, so you shouldn't have to > wait > > too much to get it > > > > On Tue, Jun 28, 2022 at 5:00 PM Wayne W > wrote: > > > >>

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

2022-06-29 Thread Martin Terra
ke 29. kesäk. 2022 klo 12.38 Daniel Radünz (ihmehlm...@gmx.de) kirjoitti: > 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. > >

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