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/12/29 10:20:19 UTC

svn commit: r1776394 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/97-migration/migration30.xhtml

Author: lofwyr
Date: Thu Dec 29 10:20:19 2016
New Revision: 1776394

URL: http://svn.apache.org/viewvc?rev=1776394&view=rev
Log:
answer migration question

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/97-migration/migration30.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/97-migration/migration30.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/97-migration/migration30.xhtml?rev=1776394&r1=1776393&r2=1776394&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/97-migration/migration30.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/97-migration/migration30.xhtml Thu Dec 29 10:20:19 2016
@@ -241,8 +241,12 @@
     <code class="language-markup">&lt;f:facet name="load"&gt;</code> contain an instance of UICommand (tc:command).
 
     * TODO: attribute renderPartially is replaced by f:ajax
+
     * TODO: use ExternalContext.redirect instead of AjaxUtils.redirect
-    * TODO: how to replace AjaxUtils.getRequestPartialIds?
+
+  * Replace <code>AjaxUtils.getRequestPartialIds()</code> with
+    <code>FacesContext.getPartialViewContext().getExecuteIds()</code> or
+    <code>FacesContext.getPartialViewContext().getRenderIds()</code> respectively.
 
     * TODO: Move data from ClientProperties to TobagoContext