You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/02/21 03:45:10 UTC

svn commit: r1570424 - /myfaces/site/cms-site/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos/working-with-tables/executing-methods-from-link-or-button-inside-a-table.mdtext

Author: lu4242
Date: Fri Feb 21 02:45:09 2014
New Revision: 1570424

URL: http://svn.apache.org/r1570424
Log:
test how to fix documentation

Modified:
    myfaces/site/cms-site/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos/working-with-tables/executing-methods-from-link-or-button-inside-a-table.mdtext

Modified: myfaces/site/cms-site/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos/working-with-tables/executing-methods-from-link-or-button-inside-a-table.mdtext
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos/working-with-tables/executing-methods-from-link-or-button-inside-a-table.mdtext?rev=1570424&r1=1570423&r2=1570424&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos/working-with-tables/executing-methods-from-link-or-button-inside-a-table.mdtext (original)
+++ myfaces/site/cms-site/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos/working-with-tables/executing-methods-from-link-or-button-inside-a-table.mdtext Fri Feb 21 02:45:09 2014
@@ -73,7 +73,7 @@ If you are doing this, and the !DataMode
 your backing bean, then the "action method" that is triggered can
 simply access that member and call its getRowData() method to get the
 object for the &quot;selected row&quot;.</li>
-	<li>If the &quot;value&quot; attribute of the h:dataTable instead
+	<li markdown="true">If the &quot;value&quot; attribute of the h:dataTable instead
 points to a backing-bean method that returns a List or similar collection,
 then the dataTable will internally create a !DataModel to wrap that list.
 You can access this DataModel instance by using the