Author: jbalunas(a)redhat.com
Date: 2011-02-06 11:19:02 -0500 (Sun, 06 Feb 2011)
New Revision: 21488
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/message/samples/message-sample.xhtml
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/messages/samples/messages-sample.xhtml
Log:
RF-10293 used temp workaround for RF-10293, until fixed in CR1
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/message/samples/message-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/message/samples/message-sample.xhtml 2011-02-05
20:47:04 UTC (rev 21487)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/message/samples/message-sample.xhtml 2011-02-06
16:19:02 UTC (rev 21488)
@@ -37,7 +37,7 @@
</h:inputText>
<rich:message for="zip"/>
<f:facet name="footer">
- <a4j:commandButton value="Ajax Validate" />
+ <a4j:commandButton value="Ajax Validate" render="@form"/>
<h:commandButton value="Common Validate" />
</f:facet>
</h:panelGrid>
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/messages/samples/messages-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/messages/samples/messages-sample.xhtml 2011-02-05
20:47:04 UTC (rev 21487)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/messages/samples/messages-sample.xhtml 2011-02-06
16:19:02 UTC (rev 21488)
@@ -35,7 +35,7 @@
<f:validateLength minimum="4" maximum="9" />
</h:inputText>
<f:facet name="footer">
- <a4j:commandButton value="Ajax Validate"/>
+ <a4j:commandButton value="Ajax Validate" render="@form"/>
<h:commandButton value="Common Validate"/>
</f:facet>
</h:panelGrid>
Show replies by date