You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ck...@apache.org on 2006/06/22 17:44:18 UTC

svn commit: r416401 - /myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/subForm.xml

Author: ckormos
Date: Thu Jun 22 08:44:18 2006
New Revision: 416401

URL: http://svn.apache.org/viewvc?rev=416401&view=rev
Log:
Update the component-family value, it's been change by the fix to TOMAHAWK-497.

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/subForm.xml

Modified: myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/subForm.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/subForm.xml?rev=416401&r1=416400&r2=416401&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/subForm.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/subForm.xml Thu Jun 22 08:44:18 2006
@@ -28,7 +28,7 @@
         <tr>
           <td colspan="1" rowspan="1">component-family</td>
 
-          <td colspan="1" rowspan="1">javax.faces.Form</td>
+          <td colspan="1" rowspan="1">org.apache.myfaces.SubForm</td>
         </tr>
 
         <tr>
@@ -68,7 +68,8 @@
        <h:inputText value="#{bean.value}" />
    </s:subForm>
    <t:commandButton value="Submit subForm" actionFor="subFormId"/>
-</h:form>]]></source>Submit from inside the subForm:<source xml:space="preserve"><![CDATA[<h:form> 
+</h:form>]]></source>Submit from inside the subForm:<source
+    xml:space="preserve"><![CDATA[<h:form> 
    <s:subForm id="subFormId"> 
        <h:inputText value="#{bean.value}" />
        <t:commandButton value="Submit subForm"/>