When I change a html file in my wicket project and reload the page the changes don't get automatically picked up. I have to republish to pick up the changes. Changes to java files get picked up without any problems. I am running a wicket 1.4 project on a websphere 6.1 server.
So far I have tried the following steps
- Validated that reloadingEnabled="true" is set in the ibm-web-ext.xmi file
- Checked all reload settings in the admin console to make sure reloading is not disabled
- Tried to run jvm in develpment mode
- Validated that the changed markup file gets copied to the output folder by the ide
- Tried the settings recommended in this article.
but the markup files are still not getting reloaded.
I am suspecting the wicket markup cache to be the problem but shouldn't the changes in step 5 have resolved the problem? Any ideas on what might cause this problem?