Author: nbelaevski
Date: 2011-01-13 11:51:27 -0500 (Thu, 13 Jan 2011)
New Revision: 21000
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/progressBar/samples/ajaxProgressBar-sample.xhtml
Log:
https://issues.jboss.org/browse/RF-10060
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/progressBar/samples/ajaxProgressBar-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/progressBar/samples/ajaxProgressBar-sample.xhtml 2011-01-13
16:48:52 UTC (rev 20999)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/progressBar/samples/ajaxProgressBar-sample.xhtml 2011-01-13
16:51:27 UTC (rev 21000)
@@ -22,7 +22,7 @@
<h:panelGroup>
<h:outputText value="Process Done" />
<a4j:commandButton action="#{progressBarBean.startProcess}"
- value="Restart Process" execute="@form"
+ value="Restart Process" execute="@form" render="pb"
rendered="#{progressBarBean.buttonRendered}"
style="margin: 9px 0px 5px;" />
</h:panelGroup>