Author: ilya_shaikovsky
Date: 2009-05-04 06:57:37 -0400 (Mon, 04 May 2009)
New Revision: 13998
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/examples/editTable.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-5468
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/examples/editTable.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/examples/editTable.xhtml 2009-05-04
10:31:28 UTC (rev 13997)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/examples/editTable.xhtml 2009-05-04
10:57:37 UTC (rev 13998)
@@ -53,7 +53,7 @@
<f:facet name="header">
Actions
</f:facet>
- <a4j:commandLink ajaxSingle="true" id="editlink"
+ <a4j:commandLink ajaxSingle="true" id="editlink"
oncomplete="#{rich:component('editPanel')}.show()">
<h:graphicImage value="/images/icons/edit.gif"
style="border:0"/>
<f:setPropertyActionListener value="#{category}"
@@ -99,7 +99,7 @@
<h:outputText value="Model" />
<h:inputText value="#{dataTableScrollerBean.currentItem.model}" />
<h:outputText value="Price" />
- <h:inputText value="#{dataTableScrollerBean.currentItem.price}"
label="Price"/>
+ <h:inputText value="#{dataTableScrollerBean.currentItem.price}"
label="Price" immediate="true"/>
</h:panelGrid>
<rich:message showSummary="true" showDetail="false"
for="price"/>
</a4j:outputPanel>