Author: ilya_shaikovsky
Date: 2008-05-07 07:14:59 -0400 (Wed, 07 May 2008)
New Revision: 8470
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/blockInplace.xhtml
Log:
validation corrected at block table example.
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/blockInplace.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/blockInplace.xhtml 2008-05-07
10:40:13 UTC (rev 8469)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/blockInplace.xhtml 2008-05-07
11:14:59 UTC (rev 8470)
@@ -52,7 +52,7 @@
selectOnEdit="true" editEvent="ondblclick">
<a4j:support event="onviewactivated" reRender="table,
messages"
- ajaxSingle="true" />
+ />
</rich:inplaceInput>
</rich:column>
@@ -65,7 +65,7 @@
<h:outputText value="Data Validation
Results:"></h:outputText>
</f:facet>
<rich:messages style="color:red"/>
- <h:outputText value="All Prices Currently Valid"/>
+ <h:outputText value="All Prices Currently Valid"
rendered="#{facesContext.maximumSeverity==null}"/>
</rich:panel>
</h:panelGrid>
</h:form>
Show replies by date