Author: SergeySmirnov
Date: 2007-07-25 18:32:43 -0400 (Wed, 25 Jul 2007)
New Revision: 1854
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml
Log:
demo left panel look-n-feel updated
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml 2007-07-25
22:32:25 UTC (rev 1853)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml 2007-07-25
22:32:43 UTC (rev 1854)
@@ -27,7 +27,7 @@
<h:panelGrid columns="3">
<h:outputText value="Name:" />
<h:inputText value="#{userBean.name}" />
- <h:commandButton value="Say Hello" reRender="out" />
+ <a4j:commandButton value="Say Hello" reRender="out" />
</h:panelGrid>
</a4j:form>
<h:panelGroup id="out">
Show replies by date