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/16 01:40:24 UTC

svn commit: r357096 - in /myfaces/tomahawk/trunk/tld: ./ tomahawk-entities/

Author: skitching
Date: Thu Dec 15 16:39:52 2005
New Revision: 357096

URL: http://svn.apache.org/viewcvs?rev=357096&view=rev
Log:
Move more inline attributes into external files.

Added:
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_alias_bean_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_buffer_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_collapsible_panel_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_div_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_html_tag_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_icon_provider_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_newspaper_table_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_layout_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_2_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_stack_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tab_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tabbed_pane_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_popup_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_radio_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_save_state_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_country_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_language_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_stylesheet_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_swap_image_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tab_change_listener_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree2_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_checkbox_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_selection_listener_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_update_action_listener_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_credit_card_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_equal_attributes.xml   (with props)
    myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_regexpr_attributes.xml   (with props)
Modified:
    myfaces/tomahawk/trunk/tld/tomahawk.tld

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_alias_bean_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_alias_bean_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_alias_bean_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_alias_bean_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,26 @@
+        <attribute>
+            <name>id</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>The developer-assigned ID of this component.  The ID must be unique within the scope of the tag's
+            enclosing naming container (e.g., h:form or f:subview).  This value must be a static value.</description>
+        </attribute>
+        <attribute>
+            <name>alias</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The variable that will be created to hold a reference to the existing value.
+                This must be an EL expression.  Example : #{theBean}
+            </description>
+        </attribute>
+        <attribute>
+            <name>value</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The existing value that the alias can be set to. This can be a
+                literal string (like "toto") or a reference to an existing
+                bean (like "#{myBean.member1}").
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_alias_bean_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_alias_bean_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_buffer_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_buffer_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_buffer_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_buffer_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,5 @@
+        <attribute>
+            <name>into</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_buffer_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_buffer_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_collapsible_panel_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_collapsible_panel_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_collapsible_panel_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_collapsible_panel_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,31 @@
+        <attribute>
+            <name>value</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+               Boolean value indicating whether the panel is collapsed by default.
+               In collapsed state, the body of the panel is not rendered. If you
+               provide a facet with name 'closedContent', this facet is rendered
+               instead.
+            </description>
+        </attribute>
+        <attribute>
+            <name>var</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+               The variable which you can use to check for the collapsed
+               state of the enclosing component. This is especially
+               useful for custom headers you define in a facet with name 'header'.
+            </description>
+        </attribute>
+        <attribute>
+            <name>titleVar</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+               This variable is defined to hold the value of the title
+               component - you can use it for accessing this value
+               in custom headers you define in a facet with name 'header'.
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_collapsible_panel_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_collapsible_panel_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_div_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_div_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_div_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_div_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,16 @@
+        <attribute>
+            <name>style</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The style to use for this div.
+            </description>
+        </attribute>
+        <attribute>
+            <name>styleClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The class to use for this div.
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_div_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_div_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_html_tag_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_html_tag_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_html_tag_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_html_tag_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,24 @@
+        <attribute>
+            <name>value</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The name of the tag. For example, use h1 to generate an h1 tag.
+            </description>
+        </attribute>
+        <attribute>
+            <name>style</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The style to use for this tag.
+            </description>
+        </attribute>
+        <attribute>
+            <name>styleClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The class to use for this tag.
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_html_tag_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_html_tag_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_icon_provider_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_icon_provider_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_icon_provider_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_icon_provider_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,5 @@
+        <attribute>
+            <name>type</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_icon_provider_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_icon_provider_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_newspaper_table_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_newspaper_table_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_newspaper_table_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_newspaper_table_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,9 @@
+        <attribute>
+            <name>newspaperColumns</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The number of columns to wrap the table over.
+                Default: 1
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_newspaper_table_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_newspaper_table_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_layout_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_layout_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_layout_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_layout_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,64 @@
+        <attribute>
+            <name>layout</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <type>java.lang.String</type>
+            <description><![CDATA[
+                <pre>
+                layout           | header | navigation | body  | footer
+                =================|========|============|=======|========
+                classic (Default)| top    | left       | right | bottom
+                navigationRight  | top    | right      | left  | bottom
+                upsideDown       | bottom | left       | right | top
+                </pre>
+                ]]>
+            </description>
+        </attribute>
+        <attribute>
+            <name>headerClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>CSS class to be used for the table cell.</description>
+        </attribute>
+        <attribute>
+            <name>navigationClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>CSS class to be used for the table cell.</description>
+        </attribute>
+        <attribute>
+            <name>bodyClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>CSS class to be used for the table cell.</description>
+        </attribute>
+        <attribute>
+            <name>footerClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>CSS class to be used for the table cell.</description>
+        </attribute>
+        <attribute>
+            <name>headerStyle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>CSS style to be used for the table cell.</description>
+        </attribute>
+        <attribute>
+            <name>navigationStyle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>CSS style to be used for the table cell.</description>
+        </attribute>
+        <attribute>
+            <name>bodyStyle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>CSS style to be used for the table cell.</description>
+        </attribute>
+        <attribute>
+            <name>footerStyle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>CSS style to be used for the table cell.</description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_layout_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_layout_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_2_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_2_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_2_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_2_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,72 @@
+        <attribute>
+            <name>itemClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS class of closed navigation items.
+            </description>
+        </attribute>
+        <attribute>
+            <name>openItemClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS class of open navigation items.
+            </description>
+        </attribute>
+        <attribute>
+            <name>activeItemClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS class of the active navigation item.
+            </description>
+        </attribute>
+        <attribute>
+            <name>separatorClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS class for the td element of a separator.
+            </description>
+        </attribute>
+        <attribute>
+            <name>itemStyle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS Style of closed navigation items.
+            </description>
+        </attribute>
+        <attribute>
+            <name>openItemStyle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS Style of open navigation items.
+            </description>
+        </attribute>
+        <attribute>
+            <name>activeItemStyle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS Style of the active navigation item.
+            </description>
+        </attribute>
+        <attribute>
+            <name>separatorStyle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS Style for the td element of a separator.
+            </description>
+        </attribute>
+        <attribute>
+            <name>layout</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Table or List Layout (default is Table)
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_2_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_2_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,64 @@
+        <attribute>
+            <name>itemClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS class of closed navigation items.
+            </description>
+        </attribute>
+        <attribute>
+            <name>openItemClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS class of open navigation items.
+            </description>
+        </attribute>
+        <attribute>
+            <name>activeItemClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS class of the active navigation item.
+            </description>
+        </attribute>
+        <attribute>
+            <name>separatorClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS class for the td element of a separator.
+            </description>
+        </attribute>
+        <attribute>
+            <name>itemStyle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS Style of closed navigation items.
+            </description>
+        </attribute>
+        <attribute>
+            <name>openItemStyle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS Style of open navigation items.
+            </description>
+        </attribute>
+        <attribute>
+            <name>activeItemStyle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS Style of the active navigation item.
+            </description>
+        </attribute>
+        <attribute>
+            <name>separatorStyle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The CSS Style for the td element of a separator.
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_navigation_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_stack_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_stack_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_stack_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_stack_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,13 @@
+        <attribute>
+            <name>id</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>The developer-assigned ID of this component.  The ID must be unique within the scope of the tag's
+            enclosing naming container (e.g., h:form or f:subview).  This value must be a static value.</description>
+        </attribute>
+        <attribute>
+            <name>selectedPanel</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>Id of the child to be rendered.</description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_stack_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_stack_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tab_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tab_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tab_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tab_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,8 @@
+        <attribute>
+            <name>label</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Label of this tab.
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tab_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tab_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tabbed_pane_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tabbed_pane_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tabbed_pane_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tabbed_pane_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,64 @@
+        <attribute>
+            <name>selectedIndex</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Index of tab that is selected by default.
+            </description>
+        </attribute>
+        <attribute>
+            <name>activeTabStyleClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Style class of the active tab cell.
+            </description>
+        </attribute>
+        <attribute>
+            <name>inactiveTabStyleClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Style class of the inactive tab cells.
+            </description>
+        </attribute>
+        <attribute>
+            <name>disabledTabStyleClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Style class of the disabled tab cells.
+            </description>
+        </attribute>
+        <attribute>
+            <name>activeSubStyleClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Style class of the active tab sub cell.
+            </description>
+        </attribute>
+        <attribute>
+            <name>inactiveSubStyleClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Style class of the inactive tab sub cells.
+            </description>
+        </attribute>
+        <attribute>
+            <name>tabContentStyleClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Style class of the active tab content cell.
+            </description>
+        </attribute>
+        <attribute>
+            <name>serverSideTabSwitch</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Toggle client-side/server-side tab switches.
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tabbed_pane_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_panel_tabbed_pane_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_popup_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_popup_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_popup_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_popup_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,34 @@
+        <attribute>
+            <name>displayAtDistanceX</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Pop the panel up in horizontal distance of x pixels from
+                event.
+            </description>
+        </attribute>
+        <attribute>
+            <name>displayAtDistanceY</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Pop the panel up in vertical distance of y pixels from
+                event.
+            </description>
+        </attribute>
+        <attribute>
+            <name>closePopupOnExitingElement</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Close the popup when the triggering element is left.
+            </description>
+        </attribute>
+        <attribute>
+            <name>closePopupOnExitingPopup</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Close the popup when the popup itself is left.
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_popup_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_popup_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_radio_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_radio_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_radio_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_radio_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,17 @@
+        <!-- HtmlRadio attributes -->
+        <attribute>
+            <name>for</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                 id of the referenced extended selectOneRadio component
+            </description>
+        </attribute>
+        <attribute>
+            <name>index</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                n-th SelectItem of referenced UISelectOne starting with 0.
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_radio_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_radio_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_save_state_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_save_state_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_save_state_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_save_state_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,5 @@
+        <attribute>
+            <name>value</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_save_state_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_save_state_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_country_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_country_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_country_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_country_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,8 @@
+        <attribute>
+            <name>maxLength</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+               Integer equals to the maximum number of characters in the country name.
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_country_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_country_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_language_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_language_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_language_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_language_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,8 @@
+        <attribute>
+            <name>maxLength</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+               Integer equals to the maximum number of characters in the language name.
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_language_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_select_one_language_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_stylesheet_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_stylesheet_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_stylesheet_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_stylesheet_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,54 @@
+        <attribute>
+            <name>path</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                URL for CSS-file.
+            </description>
+        </attribute>
+        <attribute>
+            <name>inline</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description><![CDATA[
+                Inline the stylesheet file content as <style> in contrast
+                to referencing it as <link>.
+                ]]>
+            </description>
+        </attribute>
+        <attribute>
+            <name>media</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description><![CDATA[
+                Define the target media of the styles:
+                <dl>
+                  <dt>screen</dt>
+                  <dd>Intended for non-paged computer screens.</dd>
+                  <dt>tty</dt>
+                  <dd>Intended for media using a fixed-pitch character grid, such
+                    as teletypes, terminals, or portable devices with limited
+                    display capabilities.</dd>
+                  <dt>tv</dt>
+                  <dd>Intended for television-type devices (low resolution,
+                    color, limited scrollability).</dd>
+                  <dt>projection</dt>
+                  <dd>Intended for projectors.</dd>
+                  <dt>handheld</dt>
+                  <dd>Intended for handheld devices (small screen, monochrome,
+                    bitmapped graphics, limited bandwidth).</dd>
+                  <dt>print</dt>
+                  <dd>Intended for paged, opaque material and for documents
+                    viewed on screen in print preview mode.</dd>
+                  <dt>braille</dt>
+                  <dd>Intended for braille tactile feedback devices.</dd>
+                  <dt>aural</dt>
+                  <dd>Intended for speech synthesizers.</dd>
+                  <dt>all</dt>
+                  <dd>Suitable for all devices.</dd>
+                </dl>
+                Could be a comma separated list.
+                See also http://www.w3.org/TR/REC-html40/types.html#type-media-descriptors
+                ]]>
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_stylesheet_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_stylesheet_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_swap_image_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_swap_image_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_swap_image_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_swap_image_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,22 @@
+        <attribute>
+            <name>swapImageUrl</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                the url of the image displayed onmouseover
+            </description>
+        </attribute>
+        <attribute>
+            <name>activeImageUrl</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                activeImage will be rendered if: swapImage is a direct child of commandNavigation
+                and the commandNavigation.isActive
+            </description>
+        </attribute>
+        <attribute><name>onclick</name>    <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
+        <attribute><name>ondblclick</name> <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
+        <attribute><name>onkeypress</name> <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
+        <attribute><name>onkeydown</name>  <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
+        <attribute><name>onkeyup</name>    <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_swap_image_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_swap_image_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tab_change_listener_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tab_change_listener_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tab_change_listener_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tab_change_listener_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,5 @@
+        <attribute>
+            <name>type</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tab_change_listener_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tab_change_listener_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree2_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree2_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree2_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree2_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,48 @@
+        <attribute>
+            <name>value</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>var</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>varNodeToggler</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>showNav</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Show the "plus" and "minus" navigation icons (default is true.) Value is ignored if
+                clientSideToggle is true.
+            </description>
+        </attribute>
+        <attribute>
+            <name>showLines</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>Show the connecting lines (default is true.)</description>
+        </attribute>
+        <attribute>
+            <name>clientSideToggle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>Perform client-side toggling of expand/collapse state via javascript (default is true.)</description>
+        </attribute>
+        <attribute>
+            <name>showRootNode</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>Include the root node when rendering the tree (default is true.)</description>
+        </attribute>
+        <attribute>
+            <name>preserveToggle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>Preserve changes in client-side toggle information between requests (default is true.)</description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree2_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree2_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,136 @@
+        <attribute>
+            <name>id</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>The developer-assigned ID of this component.  The ID must be unique within the scope of the tag's
+            enclosing naming container (e.g., h:form or f:subview).  This value must be a static value.</description>
+        </attribute>
+        <attribute>
+            <name>value</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>var</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>styleClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>nodeClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>selectedNodeClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>headerClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>footerClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>rowClasses</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>columnClasses</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconLine</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconNoline</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconChildFirst</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconChildMiddle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconChildLast</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconNodeOpen</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconNodeOpenFirst</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconNodeOpenMiddle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconNodeOpenLast</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconNodeClose</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconNodeCloseFirst</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconNodeCloseMiddle</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>iconNodeCloseLast</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>expandRoot</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>expireListeners</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                Time interval the tree will remain registered as a
+                TreeModelListener without being accessed
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_checkbox_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_checkbox_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_checkbox_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_checkbox_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,9 @@
+        <!-- HtmlTreeCheckbox attributes -->
+        <attribute>
+            <name>for</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                id of the referenced extended selectManyCheckbox component
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_checkbox_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_checkbox_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_selection_listener_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_selection_listener_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_selection_listener_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_selection_listener_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,5 @@
+        <attribute>
+            <name>type</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_selection_listener_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_tree_selection_listener_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_update_action_listener_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_update_action_listener_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_update_action_listener_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_update_action_listener_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,28 @@
+        <attribute>
+            <name>property</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                A value-binding that specifies a property to be updated when the parent's
+                action occurs.
+            </description>
+        </attribute>
+        <attribute>
+            <name>value</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                A literal value or value-binding that specifies what will be assigned to the
+                destination specified by the property attribute.
+            </description>
+        </attribute>
+        <attribute>
+            <name>converter</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The name of a registered Converter object which will be invoked to convert the
+                value into an appropriate datatype for assigning to the specified property.
+                If not specified then an appropriate converter will be selected automatically.
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_update_action_listener_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_update_action_listener_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_credit_card_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_credit_card_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_credit_card_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_credit_card_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,40 @@
+        <attribute>
+            <name>none</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                none of the given cardtypes is allowed.
+            </description>
+        </attribute>
+        <attribute>
+            <name>amex</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                american express cards
+            </description>
+        </attribute>
+        <attribute>
+            <name>visa</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                validation for visa
+            </description>
+        </attribute>
+        <attribute>
+            <name>mastercard</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                validation for mastercard
+            </description>
+        </attribute>
+        <attribute>
+            <name>discover</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                validation for discover
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_credit_card_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_credit_card_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_equal_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_equal_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_equal_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_equal_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,8 @@
+        <attribute>
+            <name>for</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                the id of the foreign component, which is needed for the validation
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_equal_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_equal_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_regexpr_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_regexpr_attributes.xml?rev=357096&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_regexpr_attributes.xml (added)
+++ myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_regexpr_attributes.xml Thu Dec 15 16:39:52 2005
@@ -0,0 +1,8 @@
+        <attribute>
+            <name>pattern</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                the pattern, which is the base of the validation
+            </description>
+        </attribute>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_regexpr_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/tld/tomahawk-entities/tomahawk_validate_regexpr_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/tomahawk/trunk/tld/tomahawk.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk.tld?rev=357096&r1=357095&r2=357096&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk.tld (original)
+++ myfaces/tomahawk/trunk/tld/tomahawk.tld Thu Dec 15 16:39:52 2005
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 
 <!--
- * Copyright 2004 The Apache Software Foundation.
  *
+ * Copyright 2004 The Apache Software Foundation.
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -162,6 +162,30 @@
       SYSTEM "tomahawk-entities/tomahawk_icon_provider_attributes.xml">
 <!ENTITY tomahawk_tree_checkbox_attributes
       SYSTEM "tomahawk-entities/tomahawk_tree_checkbox_attributes.xml">
+<!ENTITY tomahawk_tree2_attributes
+      SYSTEM "tomahawk-entities/tomahawk_tree2_attributes.xml">
+<!ENTITY tomahawk_panel_stack_attributes
+      SYSTEM "tomahawk-entities/tomahawk_panel_stack_attributes.xml">
+<!ENTITY tomahawk_popup_attributes
+      SYSTEM "tomahawk-entities/tomahawk_popup_attributes.xml">
+<!ENTITY tomahawk_newspaper_table_attributes
+      SYSTEM "tomahawk-entities/tomahawk_newspaper_table_attributes.xml">
+<!ENTITY tomahawk_alias_bean_attributes
+      SYSTEM "tomahawk-entities/tomahawk_alias_bean_attributes.xml">
+<!ENTITY tomahawk_buffer_attributes
+      SYSTEM "tomahawk-entities/tomahawk_buffer_attributes.xml">
+<!ENTITY tomahawk_save_state_attributes
+      SYSTEM "tomahawk-entities/tomahawk_save_state_attributes.xml">
+<!ENTITY tomahawk_update_action_listener_attributes
+      SYSTEM "tomahawk-entities/tomahawk_update_action_listener_attributes.xml">
+<!ENTITY tomahawk_validate_credit_card_attributes
+      SYSTEM "tomahawk-entities/tomahawk_validate_credit_card_attributes.xml">
+<!ENTITY tomahawk_validate_regexpr_attributes
+      SYSTEM "tomahawk-entities/tomahawk_validate_regexpr_attributes.xml">
+<!ENTITY tomahawk_validate_equal_attributes
+      SYSTEM "tomahawk-entities/tomahawk_validate_equal_attributes.xml">
+<!ENTITY tomahawk_swap_image_attributes
+      SYSTEM "tomahawk-entities/tomahawk_swap_image_attributes.xml">
 ]>
 
 <taglib>
@@ -1140,54 +1164,7 @@
 
             Unless otherwise specified, all attributes accept static values or EL expressions.
         </description>
-        <attribute>
-            <name>value</name>
-            <required>true</required>
-            <rtexprvalue>false</rtexprvalue>
-        </attribute>
-        <attribute>
-            <name>var</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-        </attribute>
-        <attribute>
-            <name>varNodeToggler</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-        </attribute>
-        <attribute>
-            <name>showNav</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                Show the "plus" and "minus" navigation icons (default is true.) Value is ignored if
-                clientSideToggle is true.
-            </description>
-        </attribute>
-        <attribute>
-            <name>showLines</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>Show the connecting lines (default is true.)</description>
-        </attribute>
-        <attribute>
-            <name>clientSideToggle</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>Perform client-side toggling of expand/collapse state via javascript (default is true.)</description>
-        </attribute>
-        <attribute>
-            <name>showRootNode</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>Include the root node when rendering the tree (default is true.)</description>
-        </attribute>
-        <attribute>
-            <name>preserveToggle</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>Preserve changes in client-side toggle information between requests (default is true.)</description>
-        </attribute>
+        &tomahawk_tree2_attributes;
         &alt_location_attributes;
         &ui_component_attributes;
     </tag>
@@ -1202,19 +1179,7 @@
 
             Unless otherwise specified, all attributes accept static values or EL expressions.
         </description>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>The developer-assigned ID of this component.  The ID must be unique within the scope of the tag's
-            enclosing naming container (e.g., h:form or f:subview).  This value must be a static value.</description>
-        </attribute>
-        <attribute>
-            <name>selectedPanel</name>
-            <required>true</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>Id of the child to be rendered.</description>
-        </attribute>
+        &tomahawk_panel_stack_attributes;
     </tag>
 
     <!-- popup -->
@@ -1227,40 +1192,7 @@
 
         Unless otherwise specified, all attributes accept static values or EL expressions.
         </description>
-        <attribute>
-            <name>displayAtDistanceX</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                Pop the panel up in horizontal distance of x pixels from
-                event.
-            </description>
-        </attribute>
-        <attribute>
-            <name>displayAtDistanceY</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                Pop the panel up in vertical distance of y pixels from
-                event.
-            </description>
-        </attribute>
-        <attribute>
-            <name>closePopupOnExitingElement</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                Close the popup when the triggering element is left.
-            </description>
-        </attribute>
-        <attribute>
-            <name>closePopupOnExitingPopup</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                Close the popup when the popup itself is left.
-            </description>
-        </attribute>
+        &tomahawk_popup_attributes;
         &ui_panel_attributes;
         &html_universal_attributes;
         &html_event_handler_attributes;
@@ -1280,15 +1212,7 @@
         Unless otherwise specified, all attributes accept static values or EL expressions.
         </description>
         &standard_data_table_attributes;
-        <attribute>
-            <name>newspaperColumns</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                The number of columns to wrap the table over.
-                Default: 1
-            </description>
-        </attribute>
+        &tomahawk_newspaper_table_attributes;
      </tag>
 
 
@@ -1317,33 +1241,9 @@
             </p>
             ]]>
         </description>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>The developer-assigned ID of this component.  The ID must be unique within the scope of the tag's
-            enclosing naming container (e.g., h:form or f:subview).  This value must be a static value.</description>
-        </attribute>
-        <attribute>
-            <name>alias</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                The variable that will be created to hold a reference to the existing value.
-                This must be an EL expression.  Example : #{theBean}
-            </description>
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                The existing value that the alias can be set to. This can be a
-                literal string (like "toto") or a reference to an existing
-                bean (like "#{myBean.member1}").
-            </description>
-        </attribute>
+        &tomahawk_alias_bean_attributes;
     </tag>
+
     <tag>
         <name>aliasBeansScope</name>
         <tag-class>org.apache.myfaces.custom.aliasbean.AliasBeansScopeTag</tag-class>
@@ -1356,13 +1256,7 @@
 
         Unless otherwise specified, all attributes accept static values or EL expressions.
         </description>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>The developer-assigned ID of this component.  The ID must be unique within the scope of the tag's
-            enclosing naming container (e.g., h:form or f:subview).  This value must be a static value.</description>
-        </attribute>
+        &faces_id_optional_attribute;
     </tag>
 
     <!-- bufferBean -->
@@ -1372,12 +1266,9 @@
         <body-content>JSP</body-content>
         <description>
 
-        Unless otherwise specified, all attributes accept static values or EL expressions.</description>
-        <attribute>
-            <name>into</name>
-            <required>true</required>
-            <rtexprvalue>false</rtexprvalue>
-        </attribute>
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
+        &tomahawk_buffer_attributes;
     </tag>
 
     <!-- saveState -->
@@ -1394,18 +1285,8 @@
 
         Unless otherwise specified, all attributes accept static values or EL expressions.
         </description>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>The developer-assigned ID of this component.  The ID must be unique within the scope of the tag's
-            enclosing naming container (e.g., h:form or f:subview).  This value must be a static value.</description>
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>true</required>
-            <rtexprvalue>false</rtexprvalue>
-        </attribute>
+        &faces_id_optional_attribute;
+        &tomahawk_save_state_attributes;
     </tag>
 
     <!-- updateActionListener -->
@@ -1420,34 +1301,7 @@
 
         Unless otherwise specified, all attributes accept static values or EL expressions.
         </description>
-        <attribute>
-            <name>property</name>
-            <required>true</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                A value-binding that specifies a property to be updated when the parent's
-                action occurs.
-            </description>
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>true</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                A literal value or value-binding that specifies what will be assigned to the
-                destination specified by the property attribute.
-            </description>
-        </attribute>
-        <attribute>
-            <name>converter</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                The name of a registered Converter object which will be invoked to convert the
-                value into an appropriate datatype for assigning to the specified property.
-                If not specified then an appropriate converter will be selected automatically.
-            </description>
-        </attribute>
+        &tomahawk_update_action_listener_attributes;
     </tag>
 
 
@@ -1464,47 +1318,7 @@
 
         Unless otherwise specified, all attributes accept static values or EL expressions.
         </description>
-
-        <attribute>
-            <name>none</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                none of the given cardtypes is allowed.
-            </description>
-        </attribute>
-        <attribute>
-            <name>amex</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                american express cards
-            </description>
-        </attribute>
-        <attribute>
-            <name>visa</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                validation for visa
-            </description>
-        </attribute>
-        <attribute>
-            <name>mastercard</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                validation for mastercard
-            </description>
-        </attribute>
-        <attribute>
-            <name>discover</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                validation for discover
-            </description>
-        </attribute>
+        &tomahawk_validate_credit_card_attributes;
     </tag>
 
     <!-- Validator for Email -->
@@ -1539,15 +1353,7 @@
 
         Unless otherwise specified, all attributes accept static values or EL expressions.
         </description>
-
-        <attribute>
-            <name>pattern</name>
-            <required>true</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                the pattern, which is the base of the validation
-            </description>
-        </attribute>
+        &tomahawk_validate_regexpr_attributes;
     </tag>
 
     <!-- Validator for Equal -->
@@ -1560,15 +1366,7 @@
 
         Unless otherwise specified, all attributes accept static values or EL expressions.
         </description>
-
-        <attribute>
-            <name>for</name>
-            <required>true</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                the id of the foreign component, which is needed for the validation
-            </description>
-        </attribute>
+        &tomahawk_validate_equal_attributes;
     </tag>
 
     <!-- swap_image -->
@@ -1578,33 +1376,13 @@
         <body-content>JSP</body-content>
         <description>
 
-        Unless otherwise specified, all attributes accept static values or EL expressions.</description>
-        <attribute>
-            <name>swapImageUrl</name>
-            <required>true</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                the url of the image displayed onmouseover
-            </description>
-        </attribute>
-        <attribute>
-            <name>activeImageUrl</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>
-                activeImage will be rendered if: swapImage is a direct child of commandNavigation
-                and the commandNavigation.isActive
-            </description>
-        </attribute>
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
+        &tomahawk_swap_image_attributes;
         &ui_graphic_attributes;
         &html_universal_attributes;
         &html_img_attributes;
         &spec_img_attributes;
-        <attribute><name>onclick</name>    <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
-        <attribute><name>ondblclick</name> <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
-        <attribute><name>onkeypress</name> <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
-        <attribute><name>onkeydown</name>  <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
-        <attribute><name>onkeyup</name>    <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
     </tag>
 
     <!-- columns -->
@@ -1622,6 +1400,9 @@
         </description>
         &ui_component_attributes;
         &ui_column_attributes;
+        &html_universal_attributes;
+        &html_event_handler_attributes;
+
         <attribute>
             <name>value</name>
             <required>true</required>
@@ -1633,8 +1414,6 @@
             <required>true</required>
             <rtexprvalue>false</rtexprvalue>
         </attribute>
-        &html_universal_attributes;
-        &html_event_handler_attributes;
 
         <!-- header attributes -->
         <attribute><name>headerdir</name>     <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>