Mercurial > hg > ismi-richfaces
comparison src/main/webapp/entry/codex.xhtml @ 79:3e620f32ed5e
remove "save as new entity" buttons.
author | casties |
---|---|
date | Thu, 04 Aug 2016 19:26:17 +0200 |
parents | 86a9bb234663 |
children | 25bfcc9d757c |
comparison
equal
deleted
inserted
replaced
78:20c76ff72cf2 | 79:3e620f32ed5e |
---|---|
395 | 395 |
396 <h:commandButton value="Clear Form" | 396 <h:commandButton value="Clear Form" |
397 action="#{CurrentCodex.clearAction}" | 397 action="#{CurrentCodex.clearAction}" |
398 onclick="#{ApplicationBean1.JSConfirmationCleanForm}" /> | 398 onclick="#{ApplicationBean1.JSConfirmationCleanForm}" /> |
399 | 399 |
400 <h:commandButton value="Save as new Entity" | |
401 onclick="#{ApplicationBean1.JSConfirmationSaveAsNew}" | |
402 rendered="#{(CurrentCodex.entity.id != null and Session.canCreate)}" | |
403 action="#{CurrentCodex.saveAsNewEntity}" /> | |
404 | |
405 <h:outputText rendered="#{CurrentCodex.create_error}" | 400 <h:outputText rendered="#{CurrentCodex.create_error}" |
406 value="City already exists - not saved!" /> | 401 value="City already exists - not saved!" /> |
407 | 402 |
408 <h:outputText rendered="#{CurrentCity.create_error}" | 403 <h:outputText rendered="#{CurrentCity.create_error}" |
409 value="City already exists - not saved!" /> | 404 value="City already exists - not saved!" /> |