diff src/main/webapp/entry/codex.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 25bfcc9d757c
children 1326182855ef
line wrap: on
line diff
--- a/src/main/webapp/entry/codex.xhtml	Fri Jun 16 15:44:30 2017 +0200
+++ b/src/main/webapp/entry/codex.xhtml	Fri Jun 16 19:21:44 2017 +0200
@@ -388,7 +388,7 @@
 				style="color:red" />
 		</h:panelGrid>
 
-		<h:commandButton value="#{CurrentCodex.saveButtonLabel}"
+		<a4j:commandButton value="#{CurrentCodex.saveButtonLabel}"
 			rendered="#{CurrentCodex.renderSaveButton}"
 			action="#{CurrentCodex.save}"
 			onclick="#{ApplicationBean1.JSConfirmationSave}" />