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 2005/12/11 22:17:14 UTC

svn commit: r356023 - /myfaces/impl/trunk/tld/entities/

Author: skitching
Date: Sun Dec 11 13:17:00 2005
New Revision: 356023

URL: http://svn.apache.org/viewcvs?rev=356023&view=rev
Log:
Whitespace layout cleanup.
Some very minor attribute description changes.

Modified:
    myfaces/impl/trunk/tld/entities/ui_command_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_data_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_form_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_graphic_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_input_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_message_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_messages_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_output_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_panel_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_select_boolean_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_select_many_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_select_one_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_table_renderer_attributes.xml

Modified: myfaces/impl/trunk/tld/entities/ui_command_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_command_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_command_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_command_attributes.xml Sun Dec 11 13:17:00 2005
@@ -1,37 +1,50 @@
-        <!-- UICommand attributes -->
-        &ui_component_attributes;
-        <attribute>
-            <name>action</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>A method binding EL expression that identifies an action method to be invoked if this component is activated by the user.  
-            An action method accepts no parameters and has a String return value, called the action outcome, that identifies the next view displayed.
-            The phase that this event is fired in can be controlled via the immediate attribute.</description>
-        </attribute>
-        <attribute>
-            <name>actionListener</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>A method binding EL expression that identifies an action listener method to be invoked if this component is activated by the user.
-            An action listener method accepts a parameter of type javax.faces.event.ActionEvent and returns void.
-            The phase that this event is fired in can be controlled via the immediate attribute.
-            </description>
-        </attribute>
-        <attribute>
-            <name>immediate</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>A boolean value that identifies the phase during which action events should fire.
-            During normal event processing, action methods and action listener methods are fired during the "invoke application" phase of request processing.
-            If this attribute is set to "true", these methods are fired instead at the end of the "apply request values" phase.</description>
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>The initial value of this component.</description>
-        </attribute>
+<!-- UICommand attributes -->
+&ui_component_attributes;
+
+<attribute>
+    <name>action</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        A method binding EL expression that identifies an action method to be
+        invoked if this component is activated by the user. An action method
+        accepts no parameters and has a String return value, called the action
+        outcome, that identifies the next view displayed. The phase that this
+        event is fired in can be controlled via the immediate attribute.
+    </description>
+</attribute>
+<attribute>
+    <name>actionListener</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        A method binding EL expression that identifies an action listener method
+        to be invoked if this component is activated by the user. An action
+        listener method accepts a parameter of type javax.faces.event.ActionEvent
+        and returns void. The phase that this event is fired in can be controlled
+        via the immediate attribute.
+    </description>
+</attribute>
+<attribute>
+    <name>immediate</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        A boolean value that identifies the phase during which action events
+        should fire. During normal event processing, action methods and
+        action listener methods are fired during the "invoke application"
+        phase of request processing. If this attribute is set to "true",
+        these methods are fired instead at the end of the "apply request
+        values" phase.
+    </description>
+</attribute>
+<attribute>
+    <name>value</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>The initial value of this component.</description>
+</attribute>

Modified: myfaces/impl/trunk/tld/entities/ui_data_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_data_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_data_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_data_attributes.xml Sun Dec 11 13:17:00 2005
@@ -1,22 +1,31 @@
 <!-- UIData attributes -->
-        <attribute>
-            <name>first</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>The index of the first row to be displayed, where 0 is the first row.</description>
-        </attribute>
-        <attribute>
-            <name>rows</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>The number of rows to be displayed.  Specify zero for all remaining rows in the table.</description>
-        </attribute>
-        <attribute>
-            <name>var</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>Defines the name of the request-scope variable that will hold the current row during iteration.</description>
-        </attribute>
+<attribute>
+    <name>first</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        The index of the first row to be displayed, where 0 is the first row
+    </description>
+</attribute>
+<attribute>
+    <name>rows</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        The number of rows to be displayed.  Specify zero to display for all
+        remaining rows in the table.
+    </description>
+</attribute>
+<attribute>
+    <name>var</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        Defines the name of the request-scope variable that will hold the
+        current row during iteration. This variable can be referenced from
+        components defined within the column children of this component.
+    </description>
+</attribute>

Modified: myfaces/impl/trunk/tld/entities/ui_form_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_form_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_form_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_form_attributes.xml Sun Dec 11 13:17:00 2005
@@ -1,2 +1,2 @@
-        <!-- UIForm attributes -->
-        &ui_component_attributes;
+<!-- UIForm attributes -->
+&ui_component_attributes;

Modified: myfaces/impl/trunk/tld/entities/ui_graphic_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_graphic_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_graphic_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_graphic_attributes.xml Sun Dec 11 13:17:00 2005
@@ -1,18 +1,21 @@
-        <!-- UIGraphic attributes -->
-        &ui_component_attributes;
-        <attribute>
-            <name>url</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>The URL of the image to be displayed.  If the URL starts with a '/', it is relative to the context path of the
-            web application.</description>
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>The URL of the image.  If the URL starts with a '/', it is relative to the context path of the
-            web application.</description>
-        </attribute>
+<!-- UIGraphic attributes -->
+&ui_component_attributes;
+<attribute>
+    <name>url</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        An alias for the "value" attribute.
+    </description>
+</attribute>
+<attribute>
+    <name>value</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        The URL of the image.  If the URL starts with a '/', it is relative
+        to the context path of the web application.
+    </description>
+</attribute>

Modified: myfaces/impl/trunk/tld/entities/ui_input_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_input_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_input_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_input_attributes.xml Sun Dec 11 13:17:00 2005
@@ -1,39 +1,49 @@
-        <!-- UIInput attributes -->
-        &ui_output_attributes;
-        <attribute>
-            <name>immediate</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>A boolean value that identifies the phase during which value change events should fire.
-            During normal event processing, value change events are fired during the "invoke application" phase of request processing.
-            If this attribute is set to "true", these methods are fired instead at the end of the "apply request values" phase.</description>
-        </attribute>
-        <attribute>
-            <name>required</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>A boolean value that indicates whether an input value is required.
-            
-            If this value is true, and no input value is provided, the error message javax.faces.component.UIInput.REQUIRED is posted.</description>
-        </attribute>
-        <attribute>
-            <name>validator</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>
-            A method binding EL expression, accepting FacesContext, UIComponent, and Object parameters, and returning void, that validates
-            the component's local value.
-            </description>
-        </attribute>
-        <attribute>
-            <name>valueChangeListener</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>A method binding EL expression, accepting a ValueChangeEvent parameter and returning void,
-            that identifies a value change handler method that is invoked if this component is modified.
-            The phase that this handler is fired in can be controlled via the immediate attribute.</description>
-        </attribute>
+<!-- UIInput attributes -->
+&ui_output_attributes;
+<attribute>
+    <name>immediate</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        A boolean value that identifies the phase during which value change
+        events should fire. During normal event processing, value change
+        events are fired during the "invoke application" phase of request
+        processing. If this attribute is set to "true", these methods are
+        fired instead at the end of the "apply request values" phase.
+    </description>
+</attribute>
+<attribute>
+    <name>required</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        A boolean value that indicates whether an input value is required.
+        If this value is true, and no input value is provided, the error
+        message javax.faces.component.UIInput.REQUIRED is posted.
+    </description>
+</attribute>
+<attribute>
+    <name>validator</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        A method binding EL expression, accepting FacesContext, UIComponent,
+        and Object parameters, and returning void, that validates the
+        component's local value.
+    </description>
+</attribute>
+<attribute>
+    <name>valueChangeListener</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        A method binding EL expression, accepting a ValueChangeEvent parameter
+        and returning void. The specified method is invoked if this component
+        is modified. The phase that this handler is fired in can be controlled
+        via the immediate attribute.
+    </description>
+</attribute>

Modified: myfaces/impl/trunk/tld/entities/ui_message_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_message_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_message_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_message_attributes.xml Sun Dec 11 13:17:00 2005
@@ -5,24 +5,30 @@
     <required>true</required>
     <rtexprvalue>false</rtexprvalue>
     <type>java.lang.String</type>
-    <description>An EL expression, returning a String, with the unique ID of the component 
-    for which messages should be displayed.  This string has the same format as that accepted by the 
-    UIComponent.findComponent() method.</description>
+    <description>
+        An EL expression, returning a String, with the unique ID of the component 
+        for which messages should be displayed.  This string has the same format
+        as that accepted by the UIComponent.findComponent() method.
+    </description>
 </attribute>
 <attribute>
     <name>showSummary</name>
     <required>false</required>
     <rtexprvalue>false</rtexprvalue>
     <type>java.lang.String</type>
-    <description>An EL expression, returning a boolean, that controls whether the summary text
-    of the associated messages is displayed.  Default: true.</description>
+    <description>
+        An EL expression, returning a boolean, that controls whether the
+        summary text of the associated messages is displayed.  Default: true.
+    </description>
 </attribute>
 <attribute>
     <name>showDetail</name>
     <required>false</required>
     <rtexprvalue>false</rtexprvalue>
     <type>java.lang.String</type>
-    <description>An EL expression, returning a boolean, that controls whether the detail text
-    of the associated messages is displayed.  Default: false.</description>
+    <description>
+        An EL expression, returning a boolean, that controls whether the
+        detail text of the associated messages is displayed.  Default: false.
+    </description>
 </attribute>
 

Modified: myfaces/impl/trunk/tld/entities/ui_messages_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_messages_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_messages_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_messages_attributes.xml Sun Dec 11 13:17:00 2005
@@ -1,27 +1,32 @@
-        <!-- UIMessages attributes -->
-        &ui_component_attributes;
-        <attribute>
-            <name>showSummary</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>A boolean value that controls whether the summary text
-            of the associated messages is displayed.  Default: true.</description>
-        </attribute>
-        <attribute>
-            <name>showDetail</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>A boolean value that controls whether the detail text
-            of the associated messages is displayed.  Default: false.</description>
-        </attribute>
-        <attribute>
-            <name>globalOnly</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>A boolean value that controls whether global messages 
-            (those without IDs) should be displayed.  
-            Default: true.</description>
-        </attribute>
+<!-- UIMessages attributes -->
+&ui_component_attributes;
+<attribute>
+    <name>showSummary</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        A boolean value that controls whether the summary text of the
+        associated messages is displayed.  Default: true.
+    </description>
+</attribute>
+<attribute>
+    <name>showDetail</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        A boolean value that controls whether the detail text of the
+        associated messages is displayed.  Default: false.
+    </description>
+</attribute>
+<attribute>
+    <name>globalOnly</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        A boolean value that controls whether global messages (those without
+        IDs) should be displayed. Default: true.
+    </description>
+</attribute>

Modified: myfaces/impl/trunk/tld/entities/ui_output_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_output_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_output_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_output_attributes.xml Sun Dec 11 13:17:00 2005
@@ -1,23 +1,23 @@
-        <!-- UIOutput attributes -->
-        &ui_component_attributes;
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>The initial value of this component.</description>
-        </attribute>
-        <attribute>
-            <name>converter</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>
-                An expression that specifies the Converter for this component.  
-                If the value binding expression is a String, the String is used
-                as an ID to look up a Converter. If the value binding expression
-                is a Converter, uses that instance as the converter.
+<!-- UIOutput attributes -->
+&ui_component_attributes;
+<attribute>
+    <name>value</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>The initial value of this component.</description>
+</attribute>
+<attribute>
+    <name>converter</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        An expression that specifies the Converter for this component.  
+        If the value binding expression is a String, the String is used
+        as an ID to look up a Converter. If the value binding expression
+        is a Converter, uses that instance as the converter.
             
-                The value can either be a static value (ID case only) or an EL expression.
-            </description>
-        </attribute>
+        The value can either be a static value (ID case only) or an EL expression.
+    </description>
+</attribute>

Modified: myfaces/impl/trunk/tld/entities/ui_panel_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_panel_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_panel_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_panel_attributes.xml Sun Dec 11 13:17:00 2005
@@ -1,2 +1,2 @@
-        <!-- UIPanel attributes -->
-        &ui_component_attributes;
+<!-- UIPanel attributes -->
+&ui_component_attributes;

Modified: myfaces/impl/trunk/tld/entities/ui_select_boolean_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_select_boolean_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_select_boolean_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_select_boolean_attributes.xml Sun Dec 11 13:17:00 2005
@@ -1,3 +1,3 @@
-        <!-- UISelectBoolean attributes -->
-        <!-- "selected" attribute is covered by HTML "checked" attribute -->
-        &ui_input_attributes;
+<!-- UISelectBoolean attributes -->
+<!-- "selected" attribute is covered by HTML "checked" attribute -->
+&ui_input_attributes;

Modified: myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml Sun Dec 11 13:17:00 2005
@@ -2,38 +2,46 @@
 &faces_binding_attribute;
 &faces_id_optional_attribute;
 
-        <attribute>
-            <name>itemDisabled</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>If true, this component will not be saved during state saving.</description>
-        </attribute>
-        <attribute>
-            <name>itemDescription</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>An optional description for this item.</description>
-        </attribute>
-        <attribute>
-            <name>itemLabel</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>The locale-specific label that will be displayed to the user for this item.</description>
-        </attribute>
-        <attribute>
-            <name>itemValue</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>The value of this item, of the same type as the parent component's value.</description>
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>An EL expression that refers to a javax.faces.model.SelectItem instance.</description>
-        </attribute>
+<attribute>
+    <name>itemDisabled</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        If true, this component will not be saved during state saving.
+    </description>
+</attribute>
+<attribute>
+    <name>itemDescription</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>An optional description for this item.</description>
+</attribute>
+<attribute>
+    <name>itemLabel</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        The locale-specific label that will be displayed to the user for this item.
+    </description>
+</attribute>
+<attribute>
+    <name>itemValue</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        The value of this item, of the same type as the parent component's value.
+    </description>
+</attribute>
+<attribute>
+    <name>value</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>
+        An EL expression that refers to a javax.faces.model.SelectItem instance.
+    </description>
+</attribute>

Modified: myfaces/impl/trunk/tld/entities/ui_select_many_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_select_many_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_select_many_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_select_many_attributes.xml Sun Dec 11 13:17:00 2005
@@ -1,2 +1,2 @@
-        <!-- UISelectMany attributes -->
-        &ui_input_attributes;
+<!-- UISelectMany attributes -->
+&ui_input_attributes;

Modified: myfaces/impl/trunk/tld/entities/ui_select_one_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_select_one_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_select_one_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_select_one_attributes.xml Sun Dec 11 13:17:00 2005
@@ -1,2 +1,2 @@
-        <!-- UISelectOne attributes -->
-        &ui_input_attributes;
+<!-- UISelectOne attributes -->
+&ui_input_attributes;

Modified: myfaces/impl/trunk/tld/entities/ui_table_renderer_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_table_renderer_attributes.xml?rev=356023&r1=356022&r2=356023&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_table_renderer_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_table_renderer_attributes.xml Sun Dec 11 13:17:00 2005
@@ -1,24 +1,30 @@
-        <attribute>
-            <name>columnClasses</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>A comma separated list of CSS class names to apply to td elements in each column.</description>
-        </attribute>
-        <attribute>
-            <name>footerClass</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>The CSS class to be applied to footer cells.</description>
-        </attribute>
-        <attribute>
-            <name>headerClass</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>The CSS class to be applied to header cells.</description>
-        </attribute>
-        <attribute>
-            <name>rowClasses</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>A comma separated list of CSS class names to apply to td elements in each row.</description>
-        </attribute>
+<attribute>
+    <name>columnClasses</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <description>
+        A comma separated list of CSS class names to apply to td elements in
+        each column.
+    </description>
+</attribute>
+<attribute>
+    <name>footerClass</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <description>The CSS class to be applied to footer cells.</description>
+</attribute>
+<attribute>
+    <name>headerClass</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <description>The CSS class to be applied to header cells.</description>
+</attribute>
+<attribute>
+    <name>rowClasses</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <description>
+        A comma separated list of CSS class names to apply to td elements in
+        each row.
+    </description>
+</attribute>