Mercurial > hg > ismi-richfaces
comparison src/main/webapp/entry/place.xhtml @ 79:3e620f32ed5e
remove "save as new entity" buttons.
author | casties |
---|---|
date | Thu, 04 Aug 2016 19:26:17 +0200 |
parents | 764f47286679 |
children | a142159f09c1 |
comparison
equal
deleted
inserted
replaced
78:20c76ff72cf2 | 79:3e620f32ed5e |
---|---|
101 onclick="#{ApplicationBean1.JSConfirmationSave}" | 101 onclick="#{ApplicationBean1.JSConfirmationSave}" |
102 action="#{CurrentCity.save}" /> | 102 action="#{CurrentCity.save}" /> |
103 <h:commandButton value="Clear Form" | 103 <h:commandButton value="Clear Form" |
104 action="#{CurrentCity.clearAction}" | 104 action="#{CurrentCity.clearAction}" |
105 onclick="#{ApplicationBean1.JSConfirmationCleanForm}" /> | 105 onclick="#{ApplicationBean1.JSConfirmationCleanForm}" /> |
106 <h:commandButton value="Save as new Entity" | |
107 onclick="#{ApplicationBean1.JSConfirmationSaveAsNew}" | |
108 rendered="#{(CurrentCity.entity.id != null and Session.canCreate)}" | |
109 action="#{CurrentCity.saveAsNewEntity}" /> | |
110 | 106 |
111 <h:outputText rendered="#{CurrentCity.create_error}" | 107 <h:outputText rendered="#{CurrentCity.create_error}" |
112 value="City already exists - not saved!" /> | 108 value="City already exists - not saved!" /> |
113 | 109 |
114 <!-- Unity Warning --> | 110 <!-- Unity Warning --> |