Re: How to load JS resources in an orderly fashion ?

2024-01-12 Thread Dirk Forchel
Hi, you can use ResourceReference#getDependencies() to return a list of HeaderItems your resource depends on. This means, these resources are included before your resource link. Just a hint. Greetings. Dirk Am 12/01/2024 um 08:59 schrieb sundar saba: Hi all, I am using wicket boo

How to load JS resources in an orderly fashion ?

2024-01-11 Thread sundar saba
Hi all, I am using wicket bootstrap in my Application. Bootstrap resources are loaded automatically through the wicket-bootstrap library in the init method of the WebApplication class like this: BootstrapSettings settings = new BootstrapSettings(); Bootstrap.i