Mercurial > hg > ismi-richfaces
diff src/main/webapp/entry/repository.xhtml @ 139:9cd25e1a58f0
change save button to a4j to show busy indicator for person, text, and other entry forms.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 16 Jun 2017 19:21:44 +0200 |
parents | 3e620f32ed5e |
children |
line wrap: on
line diff
--- a/src/main/webapp/entry/repository.xhtml Fri Jun 16 15:44:30 2017 +0200 +++ b/src/main/webapp/entry/repository.xhtml Fri Jun 16 19:21:44 2017 +0200 @@ -75,7 +75,7 @@ style="color:red" /> </h:panelGrid> - <h:commandButton value="#{CurrentRepository.saveButtonLabel}" + <a4j:commandButton value="#{CurrentRepository.saveButtonLabel}" rendered="#{CurrentRepository.renderSaveButton}" onclick="#{ApplicationBean1.JSConfirmationSave}" action="#{CurrentRepository.save}" />