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:48:07 UTC

svn commit: r1570428 - /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:48:06 2014
New Revision: 1570428

URL: http://svn.apache.org/r1570428
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=1570428&r1=1570427&r2=1570428&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:48:06 2014
@@ -84,7 +84,6 @@ was clicked on; by walking up the compon
 component can be found, and its DataModel then retrieved. Actually, it's
 even simpler, as the "getRowData" method on the UIData component
 can be used directly (it just delegates to the DataModel method).<br />
-<div markdown="1">
 The JSF page looks like this:
 
     :::xml
@@ -119,7 +118,6 @@ And the backing bean looks like this:
         type
 
     }
-</div>
 </li>    
 	<li>You could also use the &quot;binding&quot; attribute on the
 h:dataTable to make it accessable from the backing bean. However component