Hi! Attachments are not allowed in the mailing list.
Please use a pastebin service (e.g. Github gist) to show us the code/text. Please check the browser Dev tools console and network tabs for any errors too. On Wed, Feb 18, 2026 at 6:22 PM Mihir Chhaya <[email protected]> wrote: > Hello Wicket Wizards, > > I'm using Apache Wicket 10 + Bootstrap 5 + Font Awesome 7. > > The attached image contains my pom entries and Bootstrap configuration in > the App.init method. > > Problem: > When running the application, I don't see Font Awesome css getting loaded. > I do see fa-* css classes in menu items. > > Here's my menu item sample with Font Awesome configuration. > > home.setIconType(FontAwesome7IconType.home_r); > > Could anyone please suggest what is missing? > > Thank you, > -Mihir > > >
