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 2016/03/09 10:49:54 UTC

svn commit: r1734207 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/00/sheet-master-detail.xhtml

Author: lofwyr
Date: Wed Mar  9 09:49:53 2016
New Revision: 1734207

URL: http://svn.apache.org/viewvc?rev=1734207&view=rev
Log:
TOBAGO-1524: Use standard ajax mechanism

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

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/00/sheet-master-detail.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/00/sheet-master-detail.xhtml?rev=1734207&r1=1734206&r2=1734207&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/00/sheet-master-detail.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/00/sheet-master-detail.xhtml Wed Mar  9 09:49:53 2016
@@ -47,8 +47,9 @@
             <tc:out value="#{luminary.name}" id="t_name"/>
           </tc:column>
           <tc:columnEvent event="click">
-            <tc:command actionListener="#{demo.selectLuminary}" renderedPartially=":page:detail" immediate="true">
+            <tc:command actionListener="#{demo.selectLuminary}" immediate="true">
               <tc:resetInputActionListener/>
+              <f:ajax execute=":page:detail"/>
             </tc:command>
           </tc:columnEvent>
         </tc:sheet>