diff src/main/webapp/entry/text.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 71638720fe2f
children 1c09041f1182
line wrap: on
line diff
--- a/src/main/webapp/entry/text.xhtml	Fri Jun 16 15:44:30 2017 +0200
+++ b/src/main/webapp/entry/text.xhtml	Fri Jun 16 19:21:44 2017 +0200
@@ -250,7 +250,7 @@
 			<h:outputText value="#{CurrentText.currentIdMsg}" style="color:red" />
 		</h:panelGrid>
 
-		<h:commandButton value="#{CurrentText.saveButtonLabel}"
+		<a4j:commandButton value="#{CurrentText.saveButtonLabel}"
 			rendered="#{CurrentText.renderSaveButton}"
 			action="#{CurrentText.save}"
 			onclick="#{ApplicationBean1.JSConfirmationSave}" />