Hi Wayne, If I remember correctly, the issue is that IntelliJ does not automatically build/compile the module when you save a file. You can either invoke "Build Module" manually, or map CTRL/CMD-S or whatever shortcut you use to save the current file to the "Build Module" action.
Let me know if this works for you. Best, Thomas On Tue, Dec 31, 2024 at 7:41 PM Wayne W <waynemailingli...@gmail.com> wrote: > Hello all, > > Happy NYE! > > I would like to start using IntelliJ for Wicket dev instead of Eclipse. > > However I cannot get the html resources to automatically reload in > Development mode. This works fine within Eclipse. > > I have an embedded tomcat application which I launch as an application. > > Is it possible to get the HTML resources to detect updates without having > to restart the application every time in IntelliJ? > > I've spent hours Googling and trying all sorts of options with no success. > Am I going to have to stick with Eclipse? > > Thanks >