You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/02/19 17:31:21 UTC

svn commit: r1447801 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/00/sheet-master-detail.xhtml

Author: lofwyr
Date: Tue Feb 19 16:31:21 2013
New Revision: 1447801

URL: http://svn.apache.org/r1447801
Log:
TOBAGO-1038: ResetInputActionListener to reset all EditableValueHolder in a page or in a subform or a part of the component tree

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/00/sheet-master-detail.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/00/sheet-master-detail.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/00/sheet-master-detail.xhtml?rev=1447801&r1=1447800&r2=1447801&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/00/sheet-master-detail.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/00/sheet-master-detail.xhtml Tue Feb 19 16:31:21 2013
@@ -38,7 +38,7 @@
       <f:facet name="toolBar">
         <tc:toolBar>
           <tc:toolBarCommand label="Deselect" actionListener="#{demo.selectLuminary}"
-                             renderedPartially=":page:detail">
+                             renderedPartially=":page:detail" immediate="true">
             <tc:resetInputActionListener/>
           </tc:toolBarCommand>
         </tc:toolBar>
@@ -50,7 +50,7 @@
           <tc:out value="#{luminary.name}" id="t_name"/>
         </tc:column>
         <tc:columnEvent event="click">
-          <tc:command actionListener="#{demo.selectLuminary}" renderedPartially=":page:detail">
+          <tc:command actionListener="#{demo.selectLuminary}" renderedPartially=":page:detail" immediate="true">
             <tc:resetInputActionListener/>
           </tc:command>
         </tc:columnEvent>