[richfaces-svn-commits] JBoss Rich Faces SVN: r5912 - trunk/sandbox/samples/progressBarDemo/src/main/webapp/pages.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Feb 7 09:41:36 EST 2008
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>
More information about the richfaces-svn-commits
mailing list