[richfaces-svn-commits] JBoss Rich Faces SVN: r6343 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Feb 26 07:31:56 EST 2008


Author: cluts
Date: 2008-02-26 07:31:56 -0500 (Tue, 26 Feb 2008)
New Revision: 6343

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
   trunk/docs/userguide/en/src/main/docbook/included/dataGrid.xml
   trunk/docs/userguide/en/src/main/docbook/included/dataList.xml
   trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
   trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
Log:
http://jira.jboss.com/jira/browse/RF-926 - done for column,combobox and corrected code for dataGrid, dataOrderedList, dataDefinitionList, dataTable

Modified: trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml	2008-02-26 12:30:12 UTC (rev 6342)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml	2008-02-26 12:31:56 UTC (rev 6343)
@@ -135,7 +135,7 @@
         ...
     </rich:dataDefinitionList>
 ...
-    <a4j:commandButton action"#{listBean.action}" reRender="list" value="Submit"/>
+    <a4j:commandButton action="#{listBean.action}" reRender="list" value="Submit"/>
 ...
 ]]></programlisting>
   

Modified: trunk/docs/userguide/en/src/main/docbook/included/dataGrid.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataGrid.xml	2008-02-26 12:30:12 UTC (rev 6342)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataGrid.xml	2008-02-26 12:31:56 UTC (rev 6343)
@@ -152,7 +152,7 @@
         ...
     </rich:dataGrid>
 ...
-    <a4j:commandButton action"#{listBean.action}" reRender="grid" value="Submit"/>
+    <a4j:commandButton action="#{listBean.action}" reRender="grid" value="Submit"/>
 ...
 ]]></programlisting>
 

Modified: trunk/docs/userguide/en/src/main/docbook/included/dataList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataList.xml	2008-02-26 12:30:12 UTC (rev 6342)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataList.xml	2008-02-26 12:31:56 UTC (rev 6343)
@@ -147,7 +147,7 @@
         ...
     </rich:dataList>
 ...
-    <a4j:commandButton action"#{listBean.action}" reRender="list" value="Submit"/>
+    <a4j:commandButton action="#{listBean.action}" reRender="list" value="Submit"/>
 ...
 ]]></programlisting>
 

Modified: trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml	2008-02-26 12:30:12 UTC (rev 6342)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml	2008-02-26 12:31:56 UTC (rev 6343)
@@ -137,7 +137,7 @@
         ...
     </rich:dataOrderedList>
 ...
-    <a4j:commandButton action"#{listBean.action}" reRender="list" value="Submit"/>
+    <a4j:commandButton action="#{listBean.action}" reRender="list" value="Submit"/>
 ...
 ]]></programlisting>
     

Modified: trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml	2008-02-26 12:30:12 UTC (rev 6342)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml	2008-02-26 12:31:56 UTC (rev 6343)
@@ -95,7 +95,7 @@
         ...
     </rich:dataTable>
 ...
-    <a4j:commandButton action"#{tableBean.action}" reRender="table" value="Submit"/>
+    <a4j:commandButton action="#{tableBean.action}" reRender="table" value="Submit"/>
 ...
 ]]></programlisting>
 




More information about the richfaces-svn-commits mailing list