You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ha...@apache.org on 2008/06/11 14:16:05 UTC

svn commit: r666632 - /myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml

Author: hazems
Date: Wed Jun 11 05:16:04 2008
New Revision: 666632

URL: http://svn.apache.org/viewvc?rev=666632&view=rev
Log:
([TOMAHAWK-1279] promoting the subform component to Tomahawk.)

Modified:
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml?rev=666632&r1=666631&r2=666632&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml Wed Jun 11 05:16:04 2008
@@ -41,6 +41,15 @@
         <managed-bean-class>org.apache.myfaces.examples.validate.ValidateForm</managed-bean-class>
         <managed-bean-scope>request</managed-bean-scope>
     </managed-bean>
+    
+    
+    <!-- managed bean for subForm-->
+
+    <managed-bean>
+        <managed-bean-name>subFormBean</managed-bean-name>
+        <managed-bean-class>org.apache.myfaces.examples.subform.SubFormBean</managed-bean-class>
+        <managed-bean-scope>request</managed-bean-scope>
+    </managed-bean>    
 
     <managed-bean>
         <managed-bean-name>ucaseForm</managed-bean-name>