Author: buildbot
Date: Fri Feb 21 02:45:14 2014
New Revision: 898724
Log:
Staging update by buildbot for myfaces
Modified:
websites/staging/myfaces/trunk/content/ (props changed)
websites/staging/myfaces/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos/working-with-tables/executing-methods-from-link-or-button-inside-a-table.html
Propchange: websites/staging/myfaces/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 21 02:45:14 2014
@@ -1 +1 @@
-1570423
+1570424
Modified: websites/staging/myfaces/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos/working-with-tables/executing-methods-from-link-or-button-inside-a-table.html
==============================================================================
--- websites/staging/myfaces/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos/working-with-tables/executing-methods-from-link-or-button-inside-a-table.html
(original)
+++ websites/staging/myfaces/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos/working-with-tables/executing-methods-from-link-or-button-inside-a-table.html
Fri Feb 21 02:45:14 2014
@@ -316,7 +316,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 "selected row".</li>
- <li>If the "value" attribute of the h:dataTable instead
+ <li markdown="true">If the "value" 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
|