<h:commandButtonaction="#{testView.resetMenu()}"value="Reset to newui menu"onclick="return confirm('THIS WILL RESET ALL MODIFICATIONS TO DEFAULT MENU!!\n Are you really sure?!');"/>
<h:commandButtonaction="#{testView.resetOldMenu()}"value="Reset to old menu"onclick="return confirm('THIS WILL RESET ALL MODIFICATIONS TO DEFAULT MENU!!\n Are you really sure?!');"/>
</h:form>
Buttons have moved to <h:linkoutcome="/utils/index/"/> This page just clears cache.. Use with caution!
#{sessionHandler.flushCache()}
<ul>
<li>Build time #{testView.gitProps.getProperty('git.build.time')}</li>
<h:commandButtonaction="#{testView.makeTestData()}"value="Make test data"/>
<h:commandButtonaction="#{testView.resetMenu()}"value="Reset menu"onclick="return confirm('THIS WILL RESET ALL MODIFICATIONS TO DEFAULT MENU!!\n Are you really sure?!');"/>