Description
If you create a WebPage.java (which extends some base page) and view it in the browser, and afterwards add WebPage.html and update the browser (in development mode), the page will not be updated. The only way to get Wicket to see the new WebPage.html file seems to be to restart the servlet container. It would be nice if Wicket saw the newly added html file and updated the page accordingly.
Attachments
Issue Links
- relates to
-
WICKET-1128 Option not to use localizer cache in development mode.
- Closed
-
WICKET-1840 Defaults to ReloadingWicketFilter in maven's archetype and quickstart
- Resolved