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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 20 07:27:39 EDT 2007


Author: vkorluzhenko
Date: 2007-08-20 07:27:38 -0400 (Mon, 20 Aug 2007)
New Revision: 2335

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
   trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
   trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
Log:
http://jira.jboss.com/jira/browse/RF-623

Modified: trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml	2007-08-20 08:47:00 UTC (rev 2334)
+++ trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml	2007-08-20 11:27:38 UTC (rev 2335)
@@ -15,18 +15,12 @@
                         <entry>component-type</entry>
                         <entry>org.ajax4jsf.ActionParameter</entry>
                     </row>
+                    
                     <row>
-                        <entry>component-family</entry>
-                        <entry> </entry>
-                    </row>
-                    <row>
                         <entry>component-class</entry>
                         <entry>org.ajax4jsf.component.html.HtmlActionParameter</entry>
                     </row>
-                    <row>
-                        <entry>renderer-type</entry>
-                        <entry> </entry>
-                    </row>
+                    
                 </tbody>
             </tgroup>
         </table>

Modified: trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml	2007-08-20 08:47:00 UTC (rev 2334)
+++ trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml	2007-08-20 11:27:38 UTC (rev 2335)
@@ -49,7 +49,7 @@
  </para>
     <programlisting role="JAVA"><![CDATA[import javax.faces.component.html.HtmlCommandLink;
 ...
-HtmlCommandLink myForm = new HtmlCommandLink();
+HtmlCommandLink myCommandLink = new HtmlCommandLink();
 ...
 ]]></programlisting>
   </section>

Modified: trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/portlet.xml	2007-08-20 08:47:00 UTC (rev 2334)
+++ trunk/docs/userguide/en/src/main/docbook/included/portlet.xml	2007-08-20 11:27:38 UTC (rev 2335)
@@ -23,11 +23,7 @@
             <entry>component-class</entry>
             <entry>org.ajax4jsf.component.html.HtmlPortlet</entry>
           </row>
-          <row>
-            <entry>renderer-type</entry>
-            <entry></entry>
-          </row>
-        </tbody>
+          </tbody>
       </tgroup>
     </table>
   
@@ -45,9 +41,9 @@
  <section>
     <title>Dynamical creation of a component from Java code</title>
     <programlisting role="JAVA"><![CDATA[
-import org.ajax4jsf.ajax.component.UIPortlet;
+import org.ajax4jsf.component.html.HtmlPortlet;
 ...
-UIPortlet myPortlet = new UIPortlet();
+HtmlPortlet myPortlet = new HtmlPortlet();
 ...]]></programlisting>
   </section>
   




More information about the richfaces-svn-commits mailing list