<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>
<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?!');"/>