Author: andrei_exadel
Date: 2008-02-07 09:41:35 -0500 (Thu, 07 Feb 2008)
New Revision: 5912
Modified:
trunk/sandbox/samples/progressBarDemo/src/main/webapp/pages/index.jsp
Log:
Modified: trunk/sandbox/samples/progressBarDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/progressBarDemo/src/main/webapp/pages/index.jsp 2008-02-07
14:41:27 UTC (rev 5911)
+++ trunk/sandbox/samples/progressBarDemo/src/main/webapp/pages/index.jsp 2008-02-07
14:41:35 UTC (rev 5912)
@@ -33,7 +33,7 @@
<h:outputText value="Progress value: " />
<h:inputText value="#{bean.value}" />
- <h:commandButton action="#{bean.action}" value="Set" />
+ <h:commandButton value="Set" />
</h:panelGrid>
</h:form>
@@ -48,7 +48,7 @@
progressVar="percent"
parameters="text:'crack'"
style="width: 300px; height: 15px;"
- >
+ action="#{bean.action}">
<f:facet name="initial">
<h:outputText value="Process not started"></h:outputText>
</f:facet>
Show replies by date