How well does Wicket support multiple tabs for a single session?

2018-07-16 Thread Entropy
Our page designer wants our newest app to open new tabs for each detail record opened off a list. Within that tab would be potentially multiple pages in varying orders related to that record, and then the user might close it or leave it open, return to the list and move around a few times (ajax

Re: Seeking help for a HotSwapAgent's Wicket plugin

2018-07-16 Thread Thomas Heigl
Hi Francesco, Do you have the appropriate Wicket settings enabled? I'm using this configuration in development mode: private static void initResourceSettings(WebApplication app) { > final ResourceSettings resourceSettings = app.getResourceSettings(); > if (!isDeployment(app)) { >

Re: Seeking help for a HotSwapAgent's Wicket plugin

2018-07-16 Thread Francesco Chicchiriccò
Hi Thomas, thanks for your reply. I have taken your WicketPlugin, reworked it a bit and generated https://gist.github.com/ilgrosso/c12fa371a5033de1e92b0a35115b6456 Unfortunately, it does not seem to work: once started Tomcat with hotswap-agent enabled, I can successfully reload Java classes,