You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/03/02 03:07:54 UTC

svn commit: r632695 [2/2] - in /myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin: components/org/apache/myfaces/custom/ components/org/apache/myfaces/html/ components/org/includes/custom/ components/org/includes/html...

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlSwapImage.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlSwapImage.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlSwapImage.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlSwapImage.xml Sat Mar  1 18:07:47 2008
@@ -27,12 +27,16 @@
             or EL expressions.
         </description>
          -->
+        <description>
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlSwapImage</component-type>
         <component-class>org.apache.myfaces.custom.swapimage.HtmlSwapImage</component-class>
 
         <property>
-            <description></description>
+            <description>the url of the image displayed onmouseover</description>
             <property-name>swapImageUrl</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -40,7 +44,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>activeImage will be rendered if: swapImage is a direct child of commandNavigation and the commandNavigation.isActive</description>
             <property-name>activeImageUrl</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -48,7 +52,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>Script to be invoked when the element is clicked.</description>
             <property-name>onclick</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -56,7 +60,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>Script to be invoked when the element is double-clicked.</description>
             <property-name>ondblclick</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -64,7 +68,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>Script to be invoked when a key is pressed down over this element.</description>
             <property-name>onkeydown</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -72,7 +76,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>Script to be invoked when a key is pressed over this element.</description>
             <property-name>onkeypress</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -80,7 +84,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>Script to be invoked when a key is released over this element.</description>
             <property-name>onkeyup</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -89,7 +93,7 @@
         </property>
 
         <property>
-            <description></description>
+            <description>HTML: Specifies alternative text that can be used by a browser that can't show this element.</description>
             <property-name>alt</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -97,7 +101,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>HTML: Overrides the natural height of this image, by specifying height in pixels.</description>
             <property-name>height</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -105,7 +109,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>HTML: Specifies server-side image map handling for this image.</description>
             <property-name>ismap</property-name>
             <property-class>boolean</property-class>
             <default-value>false</default-value>
@@ -114,7 +118,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>HTML: A link to a long description of the image.</description>
             <property-name>longdesc</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -122,7 +126,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>HTML: Specifies an image map to use with this image.</description>
             <property-name>usemap</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -130,7 +134,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>HTML: Overrides the natural width of this image, by specifying width in pixels.</description>
             <property-name>width</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -139,7 +143,7 @@
         </property>
         
         <property>
-            <description></description>
+            <description>HTML: Specifies the width of the border of this element, in pixels. Deprecated in HTML 4.01.</description>
             <property-name>border</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -148,7 +152,7 @@
         </property>
         
         <property>
-            <description></description>
+            <description>HTML: Specifies the horizontal alignment of this element. Deprecated in HTML 4.01.</description>
             <property-name>align</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -156,7 +160,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>HTML: The amount of white space to be inserted to the left and right of this element, in undefined units. Deprecated in HTML 4.01.</description>
             <property-name>hspace</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -164,7 +168,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>HTML: The amount of white space to be inserted above and below this element, in undefined units. Deprecated in HTML 4.01.</description>
             <property-name>vspace</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTag.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTag.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTag.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTag.xml Sat Mar  1 18:07:47 2008
@@ -19,6 +19,23 @@
 	xmlns:t="http://myfaces.apache.org/tomahawk"
 	xmlns:xi="http://www.w3.org/2001/XInclude">
 	<component>
+        <description><![CDATA[
+            Creates an arbitrary HTML tag which encloses any child components.
+            The value attribute specifies the name of the generated tag.
+            <p>
+            If value is an empty string then no tag will be generated, but
+            the child components will be rendered. This differs from setting
+            rendered=false, which prevents child components from being rendered
+            at all.
+            <p>
+            There is currently no facility for adding attributes to the
+            generated html tag other than those explicitly supported by the
+            attributes on this JSF component.
+            <p>
+            Unless otherwise specified, all attributes accept static values
+            or EL expressions.
+            ]]>
+        </description>
 
         <component-type>org.apache.myfaces.HtmlTag</component-type>
         <component-class>org.apache.myfaces.custom.htmlTag.HtmlTag</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTree.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTree.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTree.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTree.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            A tree data component.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlTree</component-type>
         <component-class>org.apache.myfaces.custom.tree.HtmlTree</component-class>
@@ -226,7 +231,7 @@
         </property>
 
         <property>
-            <description></description>
+            <description>Time interval the tree will remain registered as a TreeModelListener without being accessed</description>
             <property-name>expireListeners</property-name>
             <property-class>long</property-class>
             <default-value>28800000</default-value>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTree2.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTree2.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTree2.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTree2.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,17 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            A component that provides an HTML-based tree from data supplied
+            by a backing bean. The tree is highly customizable and allows
+            for fine-grained control over the appearance of each of the
+            nodes depending on their type. Almost any type of JSF component
+            (text, image, checkbox, etc.) can be rendered inside the nodes
+            and there is an option for client-side or server-side toggling
+            of the expand/collapse state.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlTree2</component-type>
         <component-class>org.apache.myfaces.custom.tree2.HtmlTree</component-class>
@@ -36,7 +47,7 @@
         <!--   'binding' and 'rendered' are declared in javax.faces.webapp.UIComponentELTag -->
 
         <property>
-            <description></description>
+            <description>An alternate location to find javascript resources. If no values is specified, javascript will be loaded from the resources directory using AddResource and ExtensionsFilter.</description>
             <property-name>javascriptLocation</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -44,7 +55,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>An alternate location to find image resources. If no values is specified, images will be loaded from the resources directory using AddResource and ExtensionsFilter.</description>
             <property-name>imageLocation</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -52,7 +63,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>An alternate location to find stylesheet resources. If no values is specified, stylesheets will be loaded from the resources directory using AddResource and ExtensionsFilter.</description>
             <property-name>styleLocation</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -72,7 +83,7 @@
          -->
         
         <property>
-            <description></description>
+            <description>Show the "plus" and "minus" navigation icons (default is true.) Value is ignored if clientSideToggle is true.</description>
             <property-name>showNav</property-name>
             <property-class>boolean</property-class>
             <default-value>true</default-value>
@@ -81,7 +92,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>Show the connecting lines (default is true.)</description>
             <property-name>showLines</property-name>
             <property-class>boolean</property-class>
             <default-value>true</default-value>
@@ -101,7 +112,7 @@
         </property>
          -->
         <property>
-            <description></description>
+            <description>Include the root node when rendering the tree (default is true.)</description>
             <property-name>showRootNode</property-name>
             <property-class>boolean</property-class>
             <default-value>true</default-value>
@@ -110,7 +121,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>Preserve changes in client-side toggle information between requests (default is true.)</description>
             <property-name>preserveToggle</property-name>
             <property-class>boolean</property-class>
             <default-value>true</default-value>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTreeCheckbox.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTreeCheckbox.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTreeCheckbox.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTreeCheckbox.xml Sat Mar  1 18:07:47 2008
@@ -19,12 +19,22 @@
               xmlns:t="http://myfaces.apache.org/tomahawk"
               xmlns:xi="http://www.w3.org/2001/XInclude">
     <component>
+        <description>
+            Renders a HTML input of type "treeCheckbox". The associated comes from
+            the treeCheckbox itemLabel and itemValue.  The selected items come from an extended
+            selectManyCheckbox component with layout "spread". The selectManyCheckbox
+            is referenced by the "for" attribute.
+            All HTML pass-through attributes for this input are taken from the associated
+            selectManyCheckbox.
+
+        Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlTreeCheckbox</component-type>
         <component-class>org.apache.myfaces.custom.tree.HtmlTreeCheckbox</component-class>
 
         <property>
-            <description></description>
+            <description>id of the referenced extended selectManyCheckbox component</description>
             <property-name>for</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTreeColumn.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTreeColumn.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTreeColumn.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/HtmlTreeColumn.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,12 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Renders a HTML input of type "treeColumn". This tag outlines the column where
+            the tree structure will be render as part of the tree table.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlTreeColumn</component-type>
         <component-class>org.apache.myfaces.custom.tree.HtmlTreeColumn</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/IconProvider.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/IconProvider.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/IconProvider.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/IconProvider.xml Sat Mar  1 18:07:47 2008
@@ -23,6 +23,12 @@
         <description>
         </description>
          -->
+        <description>
+            TODO: Document this component
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
+         
         <component-type>IconProvider</component-type>
         <component-class>iconProvider.IconProvider</component-class>
         <property>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/InputHtml.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/InputHtml.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/InputHtml.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/InputHtml.xml Sat Mar  1 18:07:47 2008
@@ -20,6 +20,14 @@
 	xmlns:xi="http://www.w3.org/2001/XInclude">
 	<component>
 
+        <description>
+            An inline HTML based word processor based on the Kupu library. See http://kupu.oscom.org
+            Right now, the support is limited to one editor per page
+            (but you can use tabs to have multiple editors, but only one rendered at a time).
+
+        Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
+
         <component-type>org.apache.myfaces.InputHtml</component-type>
         <component-class>org.apache.myfaces.custom.inputHtml.InputHtml</component-class>
 

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/JsValueChangeListener.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/JsValueChangeListener.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/JsValueChangeListener.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/JsValueChangeListener.xml Sat Mar  1 18:07:47 2008
@@ -23,6 +23,12 @@
         <component-type>org.apache.myfaces.JsValueChangeListener</component-type>
         <component-class>org.apache.myfaces.custom.jslistener.JsValueChangeListener</component-class>
     
+        <description>
+            Value change listener on client side.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
+    
         <property>
             <description>
             </description>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/SelectOneCountry.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/SelectOneCountry.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/SelectOneCountry.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/SelectOneCountry.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,15 @@
 			or EL expressions.
 			</description>
 		-->
+        <description>
+            A localized list of countries choose box.
+            The value binds to the country ISO 3166 code.
+            This is the same code as for java.util.Locale.getCountry().
+            The official codes list is available here :
+            http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html
+
+        Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
 		<component-type>org.apache.myfaces.SelectOneCountry</component-type>
 		<component-class>org.apache.myfaces.custom.selectOneCountry.SelectOneCountry</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/SelectOneLanguage.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/SelectOneLanguage.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/SelectOneLanguage.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/SelectOneLanguage.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,15 @@
 			or EL expressions.
 			</description>
 		-->
+        <description>
+            A localized list of languages choose box.
+            The value binds to the language ISO 639 code (lowercase).
+            This is the same code as for java.util.Locale.getLanguage().
+            The official codes list is available here :
+            http://www.loc.gov/standards/iso639-2/englangn.html
+
+        Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
 		<component-type>org.apache.myfaces.SelectOneLanguage</component-type>
 		<component-class>org.apache.myfaces.custom.selectOneLanguage.SelectOneLanguage</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/Stylesheet.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/Stylesheet.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/Stylesheet.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/Stylesheet.xml Sat Mar  1 18:07:47 2008
@@ -19,7 +19,9 @@
 	xmlns:t="http://myfaces.apache.org/tomahawk"
 	xmlns:xi="http://www.w3.org/2001/XInclude">
 	<component>
-
+        
+        <description>Renders the path to a common CSS-file</description>
+        
         <component-type>org.apache.myfaces.Stylesheet</component-type>
         <component-class>org.apache.myfaces.custom.stylesheet.Stylesheet</component-class>
 

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/TabChangeListener.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/TabChangeListener.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/TabChangeListener.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/TabChangeListener.xml Sat Mar  1 18:07:47 2008
@@ -23,6 +23,12 @@
         <description>
         </description>
          -->
+        <description>
+            TODO: Document this component
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
+         
         <component-type>TabChangeListener</component-type>
         <component-class>tabbedpane.TabChangeListener</component-class>
         <property>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/TreeSelectionListener.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/TreeSelectionListener.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/TreeSelectionListener.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/TreeSelectionListener.xml Sat Mar  1 18:07:47 2008
@@ -23,6 +23,12 @@
         <description>
         </description>
          -->
+        <description>
+            TODO: Document this component
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
+
         <component-type>TreeSelectionListener</component-type>
         <component-class>treeSelectionlistener.TreeSelectionListener</component-class>
         <property>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UINavigationMenuItem.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UINavigationMenuItem.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UINavigationMenuItem.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UINavigationMenuItem.xml Sat Mar  1 18:07:47 2008
@@ -19,6 +19,11 @@
               xmlns:t="http://myfaces.apache.org/tomahawk"
               xmlns:xi="http://www.w3.org/2001/XInclude">
     <component>
+        <description>
+            A menu item.  Used by navigationMenu, jscookMenu.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.NavigationMenuItem</component-type>
         <component-class>org.apache.myfaces.custom.navmenu.UINavigationMenuItem</component-class>
@@ -103,7 +108,7 @@
         </property>
 
         <property>
-            <description></description>
+            <description>When set instead of a Hyperlink a span tag is rendered in the corresponding Component</description>
             <property-name>disabled</property-name>
             <property-class>boolean</property-class>
             <default-value>false</default-value>
@@ -113,7 +118,7 @@
         </property>
 
         <property>
-            <description></description>
+            <description>CSS-Style Attribute to render when disabled is true</description>
             <property-name>disabledStyle</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -122,7 +127,7 @@
         </property>        
 
         <property>
-            <description></description>
+            <description>CSS-Style Class to use when disabled is true</description>
             <property-name>disabledStyleClass</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISaveState.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISaveState.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISaveState.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISaveState.xml Sat Mar  1 18:07:47 2008
@@ -19,14 +19,16 @@
               xmlns:t="http://myfaces.apache.org/tomahawk"
               xmlns:xi="http://www.w3.org/2001/XInclude">
     <component>
-        <!-- 
+
         <description>
-            This tag renders as an HTML input element.
+            saveState enables you to persist beans and values longer than
+            request scope, but shorter than session scope. It is ideal for
+            persisting backing beans and values with the same scope as your view
+            components. It does this by saving the target state with the
+            component tree.
 
-            Unless otherwise specified, all attributes accept static values
-            or EL expressions.
+        Unless otherwise specified, all attributes accept static values or EL expressions.
         </description>
-         -->
 
         <component-type>org.apache.myfaces.SaveState</component-type>
         <component-class>org.apache.myfaces.custom.savestate.UISaveState</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISelectItems.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISelectItems.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISelectItems.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UISelectItems.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            An extended version of the standard UISelectItems.
+
+            Populates the SelectItem collection from the given value automatically using the itemLabel and itemValue attributes.
+        </description>
 
         <component-type>org.apache.myfaces.UISelectItems</component-type>
         <component-class>org.apache.myfaces.custom.selectitems.UISelectItems</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UpdateActionListener.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UpdateActionListener.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UpdateActionListener.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/custom/UpdateActionListener.xml Sat Mar  1 18:07:47 2008
@@ -23,10 +23,20 @@
         <description>
         </description>
          -->
+        <description>
+            Registers an org.apache.myfaces.custom.updateactionlistener.UpdateActionListener at the
+            parent component (which must be an ActionSource). When the parent's action fires the
+            specified value is evaluated, then written into the specified property.
+
+        Unless otherwise specified, all attributes accept static values or EL expressions.
+        In JSF 1.2 there will be a setPropertyActionListener tag, which brings the same functionality on the
+        table.
+        </description>
+
         <component-type>UpdateActionListener</component-type>
         <component-class>updateactionlistener.UpdateActionListener</component-class>
         <property>
-            <description>
+            <description>A literal value or value-binding that specifies what will be assigned to the destination specified by the property attribute.
             </description>
             <property-name>value</property-name>
             <property-class>java.lang.Object</property-class>
@@ -35,7 +45,7 @@
             </property-extension>
         </property>     
         <property>
-            <description>
+            <description>A value-binding that specifies a property to be updated when the parent's action occurs.
             </description>
             <property-name>property</property-name>
             <property-class>java.lang.Object</property-class>
@@ -44,7 +54,7 @@
             </property-extension>
         </property>
         <property>
-            <description>
+            <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>
             <property-name>converter</property-name>
             <property-class>java.lang.String</property-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandButton.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandButton.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandButton.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandButton.xml Sat Mar  1 18:07:47 2008
@@ -28,6 +28,12 @@
         </description>
          -->
 
+        <description>
+            Extends standard commandButton by user role support.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
+
         <component-type>org.apache.myfaces.HtmlCommandButton</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlCommandButton</component-class>
         

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandLink.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandLink.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandLink.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlCommandLink.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard commandLink by user role support and the HTML target attribute.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlCommandLink</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlCommandLink</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlDataTable.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlDataTable.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlDataTable.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlDataTable.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,14 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extended data_table that adds some additional features to the standard
+            data_table action: see attribute descriptions for preserveDataModel,
+            sortColumn, sortAscending and preserveSort.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
+         
         <component-type>org.apache.myfaces.HtmlDataTable</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlDataTable</component-class>
 

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlGraphicImage.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlGraphicImage.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlGraphicImage.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlGraphicImage.xml Sat Mar  1 18:07:47 2008
@@ -27,12 +27,17 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard graphicImage.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlGraphicImage</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlGraphicImage</component-class>
 
         <property>
-            <description></description>
+            <description>HTML: Specifies the width of the border of this element, in pixels. Deprecated in HTML 4.01.</description>
             <property-name>border</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -40,7 +45,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>HTML: The amount of white space to be inserted to the left and right of this element, in undefined units. Deprecated in HTML 4.01.</description>
             <property-name>hspace</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>
@@ -48,7 +53,7 @@
             </property-extension>
         </property>
         <property>
-            <description></description>
+            <description>HTML: The amount of white space to be inserted above and below this element, in undefined units. Deprecated in HTML 4.01.</description>
             <property-name>vspace</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputHidden.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputHidden.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputHidden.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputHidden.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard inputHidden by providing additional MyFaces goodies.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlInputHidden</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlInputHidden</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputSecret.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputSecret.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputSecret.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputSecret.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard inputSecret, adding the "redisplay" property.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlInputSecret</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlInputSecret</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputText.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputText.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputText.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputText.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard inputText by user role support.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlInputText</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlInputText</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputTextarea.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputTextarea.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputTextarea.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlInputTextarea.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard inputTextarea by user role support.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlInputTextarea</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlInputTextarea</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessage.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessage.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessage.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessage.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            MyFaces extension to the standard messages tag: see summaryDetailSeparator attribute.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlMessage</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlMessage</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessages.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessages.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessages.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlMessages.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            MyFaces extension to the standard messages tag: see showInputLabel attribute.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlMessages</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlMessages</component-class>
@@ -39,7 +44,7 @@
         <xi:include href="../../../includes/html/_MessageProperties.xml" xpointer="/faces-config/component/*"/>
         
         <property>
-            <description>
+            <description>Like summaryFormat, but applies to global messages (i.e. messages not associated with a component). If no globalSummaryFormat is given, the summaryFormat is used for global messages. Example: "{0}:"
             </description>
             <property-name>globalSummaryFormat</property-name>
             <property-class>java.lang.String</property-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputLabel.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputLabel.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputLabel.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputLabel.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard outputLabel with user role support.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlOutputLabel</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlOutputLabel</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputText.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputText.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputText.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlOutputText.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard outputText with user role support.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlOutputText</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlOutputText</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGrid.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGrid.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGrid.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGrid.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard panelGrid with user role support.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlPanelGrid</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlPanelGrid</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGroup.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGroup.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGroup.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlPanelGroup.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard panelGroup with user role support.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlPanelGroup</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlPanelGroup</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectBooleanCheckbox.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectBooleanCheckbox.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectBooleanCheckbox.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectBooleanCheckbox.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard selectBooleanCheckbox with user role support.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlSelectBooleanCheckbox</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlSelectBooleanCheckbox</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectManyCheckbox.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectManyCheckbox.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectManyCheckbox.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectManyCheckbox.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,13 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard selectManyCheckbox with user role support.
+            Additionally this extended selectManyCheckbox accepts a layout attribute
+            of value "spread" (see custom checkbox tag).
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlSelectManyCheckbox</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlSelectManyCheckbox</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectManyListbox.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectManyListbox.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectManyListbox.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectManyListbox.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard selectManyListbox with user role support.
+
+        Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlSelectManyListbox</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlSelectManyListbox</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectManyMenu.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectManyMenu.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectManyMenu.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectManyMenu.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard selectManyMenu with user role support.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlSelectManyMenu</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlSelectManyMenu</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectOneListbox.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectOneListbox.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectOneListbox.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectOneListbox.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard selectOneListbox with user role support.
+
+        Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlSelectOneListbox</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlSelectOneListbox</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectOneMenu.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectOneMenu.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectOneMenu.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectOneMenu.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,11 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Extends standard selectOneMenu with user role support.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlSelectOneMenu</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlSelectOneMenu</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectOneRadio.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectOneRadio.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectOneRadio.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/apache/myfaces/html/HtmlSelectOneRadio.xml Sat Mar  1 18:07:47 2008
@@ -27,6 +27,17 @@
             or EL expressions.
         </description>
          -->
+        <description>
+            Implements the standard html selectOneRadio tag, with additional features.
+
+            Supports user roles.
+
+            Supports the "spread" layout value, which gives developer control
+            over radio button positioning.  See the "layout" attribute and
+            the "radio" tag for further information.
+
+            Unless otherwise specified, all attributes accept static values or EL expressions.
+        </description>
 
         <component-type>org.apache.myfaces.HtmlSelectOneRadio</component-type>
         <component-class>org.apache.myfaces.component.html.ext.HtmlSelectOneRadio</component-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/custom/VarProperty.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/custom/VarProperty.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/custom/VarProperty.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/custom/VarProperty.xml Sat Mar  1 18:07:47 2008
@@ -19,7 +19,7 @@
 		xmlns:xi="http://www.w3.org/2001/XInclude">
 	<component>
         <property>
-			<description>          
+			<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>
 			<property-name>var</property-name>
             <property-class>java.lang.String</property-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/custom/_ColumnProperties.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/custom/_ColumnProperties.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/custom/_ColumnProperties.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/custom/_ColumnProperties.xml Sat Mar  1 18:07:47 2008
@@ -47,7 +47,7 @@
         </property>
 
         <property>
-            <description></description>
+            <description>Optional - Allows you configure where to get the value to check for the group change condition. Default: all children of the column cell will be checked</description>
             <property-name>groupByValue</property-name>
             <property-class>java.lang.String</property-class>
             <property-extension>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/ForceIdProperty.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/ForceIdProperty.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/ForceIdProperty.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/ForceIdProperty.xml Sat Mar  1 18:07:47 2008
@@ -19,7 +19,7 @@
 		xmlns:xi="http://www.w3.org/2001/XInclude">
 	<component>
         <property>
-			<description>         
+			<description>If true, this component will force the use of the specified id when rendering.         
             </description>
 			<property-name>forceId</property-name>
             <property-class>boolean</property-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/LayoutWidthProperty.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/LayoutWidthProperty.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/LayoutWidthProperty.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/LayoutWidthProperty.xml Sat Mar  1 18:07:47 2008
@@ -19,7 +19,7 @@
 		xmlns:xi="http://www.w3.org/2001/XInclude">
 	<component>
         <property>
-			<description>          
+			<description>A integer representing the number of checkbox rows if the layout is lineDirection and checkbox columns if the layout is pageDirection.
             </description>
 			<property-name>layoutWidth</property-name>
             <property-class>java.lang.String</property-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_DataTableProperties.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_DataTableProperties.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_DataTableProperties.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_DataTableProperties.xml Sat Mar  1 18:07:47 2008
@@ -265,7 +265,7 @@
 			</property-extension>
 		</property>
 		<property>
-			<description></description>
+			<description>Defines a JavaScript onmpusedown event handler for each table row</description>
 			<property-name>rowOnMouseDown</property-name>
 			<property-class>java.lang.String</property-class>
 			<property-extension>
@@ -336,7 +336,7 @@
 		</property>
 
 		<property>
-			<description></description>
+			<description>Indicate if the table is sortable or not</description>
 			<property-name>sortable</property-name>
 			<property-class>boolean</property-class>
 			<default-value>false</default-value>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_MessageProperties.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_MessageProperties.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_MessageProperties.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/_MessageProperties.xml Sat Mar  1 18:07:47 2008
@@ -19,7 +19,7 @@
 		xmlns:xi="http://www.w3.org/2001/XInclude">
 	<component>
         <property>
-            <description>
+            <description>If present, instead of rendering the message summary, a MessageFormat with this attribute as pattern is created. The format method of this MessageFormat is called with the message summary as the first argument and the label of the associated component (if any) as the second argument. Example: "{0}:"
             </description>
             <property-name>summaryFormat</property-name>
             <property-class>java.lang.String</property-class>
@@ -28,7 +28,7 @@
             </property-extension>
         </property>
         <property>
-            <description>
+            <description>If present, instead of rendering the message detail, a MessageFormat with this attribute as pattern is created. The format method of this MessageFormat is called with the message detail as the first argument and the label of the associated component (if any) as the second argument. Example: "The input in field {1} is wrong: {0}"
             </description>
             <property-name>detailFormat</property-name>
             <property-class>java.lang.String</property-class>
@@ -37,7 +37,7 @@
             </property-extension>
         </property>
         <property>
-            <description>
+            <description>If present, all occurrences of the id of the component for which the message is rendered will be replaced by the label. Default: true.
             </description>
             <property-name>replaceIdWithLabel</property-name>
             <property-class>boolean</property-class>
@@ -47,7 +47,7 @@
             </property-extension>
         </property>
         <property>
-            <description>
+            <description>If set to true, an empty span element is rendered. Useful if there is an inputAjax field and the corresponding error message is displayed there.
             </description>
             <property-name>forceSpan</property-name>
             <property-class>boolean</property-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/CreditCard.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/CreditCard.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/CreditCard.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/CreditCard.xml Sat Mar  1 18:07:47 2008
@@ -23,70 +23,56 @@
               xmlns:t="http://myfaces.apache.org/tomahawk"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin">
   <validator>
-    <description><![CDATA[Validate that the string entered is an CreditCard.]]></description>
+    <description><![CDATA[A custom validator for creditCards, based upon Jakarta Commons.
+Unless otherwise specified, all attributes accept static values or EL expressions.
+    ]]></description>
     <display-name>validateCreditCard</display-name>
     <validator-id>org.apache.myfaces.validator.CreditCard</validator-id>
     <validator-class>org.apache.myfaces.commons.validator.CreditCardValidator</validator-class>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively)]]>
       </description>
       <property-name>message</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively)]]>
       </description>
       <property-name>detailMessage</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error summary message format string]]>
       </description>
       <property-name>summaryMessage</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[none of the given cardtypes is allowed.]]>
       </description>
       <property-name>none</property-name>
       <property-class>boolean</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[american express cards]]>
       </description>
       <property-name>amex</property-name>
       <property-class>boolean</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[validation for visa]]>
       </description>
       <property-name>visa</property-name>
       <property-class>boolean</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[validation for mastercard]]>
       </description>
       <property-name>mastercard</property-name>
       <property-class>boolean</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[validation for discover]]>
       </description>
       <property-name>discover</property-name>
       <property-class>boolean</property-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/DateRestriction.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/DateRestriction.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/DateRestriction.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/DateRestriction.xml Sat Mar  1 18:07:47 2008
@@ -28,25 +28,19 @@
     <validator-id>org.apache.myfaces.validator.DateRestriction</validator-id>
     <validator-class>org.apache.myfaces.commons.validator.DateRestrictionValidator</validator-class>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively)]]>
       </description>
       <property-name>message</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively)]]>
       </description>
       <property-name>detailMessage</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error summary message format string]]>
       </description>
       <property-name>summaryMessage</property-name>
       <property-class>java.lang.String</property-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Email.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Email.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Email.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Email.xml Sat Mar  1 18:07:47 2008
@@ -23,30 +23,24 @@
               xmlns:t="http://myfaces.apache.org/tomahawk"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin">
   <validator>
-    <description><![CDATA[Validate that the string entered is an email.]]></description>
+    <description><![CDATA[A custom validator for email address format, based upons Jakarta Commons.]]></description>
     <display-name>validateEmail</display-name>
     <validator-id>org.apache.myfaces.validator.Email</validator-id>
     <validator-class>org.apache.myfaces.commons.validator.EmailValidator</validator-class>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively)]]>
       </description>
       <property-name>message</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively)]]>
       </description>
       <property-name>detailMessage</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error summary message format string]]>
       </description>
       <property-name>summaryMessage</property-name>
       <property-class>java.lang.String</property-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Equal.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Equal.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Equal.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/Equal.xml Sat Mar  1 18:07:47 2008
@@ -28,33 +28,25 @@
     <validator-id>org.apache.myfaces.validator.Equal</validator-id>
     <validator-class>org.apache.myfaces.commons.validator.EqualValidator</validator-class>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively)]]>
       </description>
       <property-name>message</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively)]]>
       </description>
       <property-name>detailMessage</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error summary message format string]]>
       </description>
       <property-name>summaryMessage</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[the id of the foreign component, which is needed for the validation]]>
       </description>
       <property-name>for</property-name>
       <property-class>java.lang.String</property-class>

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/RegExpr.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/RegExpr.xml?rev=632695&r1=632694&r2=632695&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/RegExpr.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/validators/commons/RegExpr.xml Sat Mar  1 18:07:47 2008
@@ -28,33 +28,25 @@
     <validator-id>org.apache.myfaces.validator.RegExpr</validator-id>
     <validator-class>org.apache.myfaces.commons.validator.RegExprValidator</validator-class>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively)]]>
       </description>
       <property-name>message</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively)]]>
       </description>
       <property-name>detailMessage</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[alternate validation error summary message format string]]>
       </description>
       <property-name>summaryMessage</property-name>
       <property-class>java.lang.String</property-class>
     </property>
     <property>
-      <description><![CDATA[<p>
-           TODO
-          </p>]]>
+      <description><![CDATA[the pattern, which is the base of the validation]]>
       </description>
       <property-name>pattern</property-name>
       <property-class>java.lang.String</property-class>