You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/02/27 11:21:22 UTC

svn commit: r631536 - /myfaces/orchestra/trunk/core15/src/main/resources/META-INF/faces-config.xml

Author: skitching
Date: Wed Feb 27 02:21:18 2008
New Revision: 631536

URL: http://svn.apache.org/viewvc?rev=631536&view=rev
Log:
* Remove incorrect entry for "var" attribute on DynaForm (no such attribute exists)
* Update class names to match recent code reorganisation

Modified:
    myfaces/orchestra/trunk/core15/src/main/resources/META-INF/faces-config.xml

Modified: myfaces/orchestra/trunk/core15/src/main/resources/META-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/src/main/resources/META-INF/faces-config.xml?rev=631536&r1=631535&r2=631536&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/src/main/resources/META-INF/faces-config.xml (original)
+++ myfaces/orchestra/trunk/core15/src/main/resources/META-INF/faces-config.xml Wed Feb 27 02:21:18 2008
@@ -28,12 +28,12 @@
     <!-- components -->
     <component>
         <component-type>org.apache.myfaces.orchestra.dynaForm.DynaConfigs</component-type>
-        <component-class>org.apache.myfaces.orchestra.dynaForm.component.dynaForm.DynaConfigs</component-class>
+        <component-class>org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigs</component-class>
     </component>
 
     <component>
         <component-type>org.apache.myfaces.orchestra.dynaForm.DynaConfig</component-type>
-        <component-class>org.apache.myfaces.orchestra.dynaForm.component.dynaForm.DynaConfig</component-class>
+        <component-class>org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig</component-class>
         <property>
           <description>
 			The name of the property this configuration is for
@@ -73,7 +73,7 @@
 
     <component>
         <component-type>org.apache.myfaces.orchestra.dynaForm.DynaForm</component-type>
-        <component-class>org.apache.myfaces.orchestra.dynaForm.component.dynaForm.DynaForm</component-class>
+        <component-class>org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm</component-class>
         <property>
           <description>
             The root model
@@ -84,20 +84,12 @@
         <property>
           <description>
               The value binding prefix which will be used to create the real value binding.
-              If this is missing and the layout component has a "var" attribute its value will be used.
           </description>
           <property-name>valueBindingPrefix</property-name>
           <property-class>java.lang.String</property-class>
         </property>
         <property>
           <description>
-            The var used to get access to the form controller
-          </description>
-          <property-name>var</property-name>
-          <property-class>java.lang.String</property-class>
-        </property>
-        <property>
-          <description>
             Render the whole form in display (non editable) only mode
           </description>
           <property-name>displayOnly</property-name>
@@ -118,19 +110,6 @@
           <property-class>java.lang.Boolean</property-class>
         </property>
     </component>
-
-    <!-- render kits
-    <render-kit>
-      <renderer>
-        <description>
-          Render the dynaForm (in fact it renders nothing but creates the children for the layout component)
-        </description>
-        <component-family>org.apache.myfaces.orchestra.dynaForm.DynaForm</component-family>
-        <renderer-type>org.apache.myfaces.orchestra.dynaForm.DynaForm</renderer-type>
-        <renderer-class>org.apache.myfaces.orchestra.dynaForm.component.dynaForm.DynaFormRenderer</renderer-class>
-      </renderer>
-    </render-kit>
-     -->
 
 	<!--  converters -->
 	<converter>