Author: msorokin
Date: 2009-03-17 06:04:01 -0400 (Tue, 17 Mar 2009)
New Revision: 12974
Modified:
trunk/test-applications/richfaces-docs/web/src/main/webapp/colorPicker.xhtml
Log:
Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/colorPicker.xhtml
===================================================================
---
trunk/test-applications/richfaces-docs/web/src/main/webapp/colorPicker.xhtml 2009-03-16
19:33:40 UTC (rev 12973)
+++
trunk/test-applications/richfaces-docs/web/src/main/webapp/colorPicker.xhtml 2009-03-17
10:04:01 UTC (rev 12974)
@@ -10,20 +10,25 @@
<ui:define name="body">
+
<h:messages globalOnly="true" styleClass="message"/>
- <rich:panel>
- <f:facet name="header">The rich:colorPicker component</f:facet>
-
- <h:form>
- <rich:colorPicker value="#{colorPicker.value}"
colorMode="hex" />
- <h:commandButton value="Submit" />
- </h:form>
- <h:outputText value="#{colorPicker.value}" />
-
- </rich:panel>
+
+ <rich:panel>
+ <f:facet name="header">rich:colorPicker</f:facet>
+
+ <h:form>
+ <rich:colorPicker value="#{colorPicker.value}" />
+
+
+ </h:form>
+<h:outputText value="#{colorPicker.value}" />
+
+
+ </rich:panel>
+
</ui:define>
</ui:composition>