diff src/main/webapp/entry/collection.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/collection.xhtml	Fri Jun 16 15:44:30 2017 +0200
+++ b/src/main/webapp/entry/collection.xhtml	Fri Jun 16 19:21:44 2017 +0200
@@ -93,7 +93,7 @@
 	        <h:outputText value="#{CurrentCollection.currentIdMsg}" style="color:red"/>
 	    </h:panelGrid>	
 
-		<h:commandButton value="#{CurrentCollection.saveButtonLabel}"
+		<a4j:commandButton value="#{CurrentCollection.saveButtonLabel}"
 			rendered="#{CurrentCollection.renderSaveButton}"
 			action="#{CurrentCollection.save}"
 			onclick="#{ApplicationBean1.JSConfirmationSave}" />