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 2015/01/14 20:56:04 UTC

svn commit: r1651794 - /myfaces/site/publish/tobago/migration-2.0.html

Author: lofwyr
Date: Wed Jan 14 19:56:03 2015
New Revision: 1651794

URL: http://svn.apache.org/r1651794
Log:
docu

Modified:
    myfaces/site/publish/tobago/migration-2.0.html

Modified: myfaces/site/publish/tobago/migration-2.0.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/migration-2.0.html?rev=1651794&r1=1651793&r2=1651794&view=diff
==============================================================================
--- myfaces/site/publish/tobago/migration-2.0.html (original)
+++ myfaces/site/publish/tobago/migration-2.0.html Wed Jan 14 19:56:03 2015
@@ -311,6 +311,19 @@
 <h2>Tag Library<a name="Tag_Library"></a></h2>
 <p>The main changes in the tag library are that the deprecated facets &quot;resizeAction&quot; and &quot;menupopup&quot; has been removed.</p></div>
 <div class="section">
+<h2>Suggest<a name="Suggest"></a></h2>
+<p>Please use the new <tt>&lt;tc:suggest&gt;</tt> tag instead of using the inline attribute inside of <tt>&lt;tc:in&gt;</tt></p>
+<table border="1" class="bodyTable">
+<tr class="a">
+<td align="left"><b>deprecated</b></td>
+<td align="left"><b>replacement</b></td></tr>
+<tr class="b">
+<td align="left"><tt>&lt;tc:in suggestMethod=&quot;#{bean.method}&quot;/&gt;</tt></td>
+<td align="left"><tt>&lt;tc:in&gt;&lt;tc:suggest suggestMethod=&quot;#{bean.method}&quot;/&gt;&lt;/tc:in&gt;</tt></td></tr>
+<tr class="a">
+<td align="left"><tt>&lt;tx:in suggestMethod=&quot;#{bean.method}&quot;/&gt;</tt></td>
+<td align="left"><tt>&lt;tx:in&gt;&lt;tc:suggest suggestMethod=&quot;#{bean.method}&quot;/&gt;&lt;/tx:in&gt;</tt></td></tr></table></div>
+<div class="section">
 <h2>Tree<a name="Tree"></a></h2>
 <ul>
 <li>The Tree now extends a UIData.</li>