[
https://issues.apache.org/jira/browse/WICKET-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582469#action_12582469
]
Johan Compagner commented on WICKET-1140:
-----------------------------------------
moving to 1.5
i think the localizer cache is already takene care of, you can override if it
has to cache or not.
As far as i know, didn't check it you can have a JConsole (JMX) and clear the
caches from there in a running system.
So restarting is not needed for markup or properties i guess.
> Adding WebPage.html after viewing it once requires restart of servlet
> container for updates in developer mode.
> --------------------------------------------------------------------------------------------------------------
>
> Key: WICKET-1140
> URL: https://issues.apache.org/jira/browse/WICKET-1140
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.0-beta4
> Reporter: Sebastiaan van Erk
> Assignee: Johan Compagner
> Priority: Minor
> Fix For: 1.5-M1
>
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.