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

svn commit: r504300 - in /myfaces/tomahawk/trunk/sandbox/core/src/main/tld: ./ entities/

Author: werpu
Date: Tue Feb  6 13:30:10 2007
New Revision: 504300

URL: http://svn.apache.org/viewvc?view=rev&rev=504300
Log:
fixed some tld datatype issues,
partially newly introduced in the tld defs

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/floatingpane_base_attributes.xml
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/html_fisheye_commandlink_attributes.xml
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/html_imageloop_attributes.xml
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/pagelet_attributes.xml
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/floatingpane_base_attributes.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/floatingpane_base_attributes.xml?view=diff&rev=504300&r1=504299&r2=504300
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/floatingpane_base_attributes.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/floatingpane_base_attributes.xml Tue Feb  6 13:30:10 2007
@@ -62,7 +62,7 @@
 	<name>displayCloseAction</name>
 	<required>false</required>
 	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.Boolean</type>
+
 	<description>if true a close button is displayed</description>
 </attribute>
 

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/html_fisheye_commandlink_attributes.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/html_fisheye_commandlink_attributes.xml?view=diff&rev=504300&r1=504299&r2=504300
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/html_fisheye_commandlink_attributes.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/html_fisheye_commandlink_attributes.xml Tue Feb  6 13:30:10 2007
@@ -1,18 +1,18 @@
-		<attribute>
-			<name>caption</name>
-			<required>false</required>
-			<rtexprvalue>false</rtexprvalue>
-	        <type>java.lang.String</type>
-		</attribute>
-		<attribute>
-			<name>iconSrc</name>
-			<required>false</required>
-			<rtexprvalue>false</rtexprvalue>
-	        <type>java.lang.Integer</type>
-		</attribute>
-		<attribute>
-			<name>target</name>
-			<required>false</required>
-			<rtexprvalue>true</rtexprvalue>
-	        <type>java.lang.Integer</type>
-		</attribute>
+		<attribute>
+			<name>caption</name>
+			<required>false</required>
+			<rtexprvalue>false</rtexprvalue>
+	        <type>java.lang.String</type>
+		</attribute>
+		<attribute>
+			<name>iconSrc</name>
+			<required>false</required>
+			<rtexprvalue>false</rtexprvalue>
+	  
+		</attribute>
+		<attribute>
+			<name>target</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+	    
+		</attribute>

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/html_imageloop_attributes.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/html_imageloop_attributes.xml?view=diff&rev=504300&r1=504299&r2=504300
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/html_imageloop_attributes.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/html_imageloop_attributes.xml Tue Feb  6 13:30:10 2007
@@ -1,42 +1,42 @@
-<attribute>
-    <name>delay</name>
-    <required>false</required>
-    <rtexprvalue>false</rtexprvalue>
-    <type>java.lang.Integer</type>
-    <description>The delay between transitions</description>
-</attribute>
-<attribute>
-    <name>minDelay</name>
-    <required>false</required>
-    <rtexprvalue>false</rtexprvalue>
-    <type>java.lang.Integer</type>
-    <description>The minimum delay allowed when decreasing delay time</description>
-</attribute>
-<attribute>
-    <name>maxDelay</name>
-    <required>false</required>
-    <rtexprvalue>false</rtexprvalue>
-    <type>java.lang.Integer</type>
-    <description>The maximum delay allowed when increasing delay time</description>
-</attribute>
-<attribute>
-    <name>transitionTime</name>
-    <required>false</required>
-    <rtexprvalue>false</rtexprvalue>
-    <type>java.lang.Integer</type>
-    <description>Transition time in milliseconds. Set to -1 for immediate image switch.</description>
-</attribute>
-<attribute>
-  <name>width</name>
-  <required>true</required>
-  <rtexprvalue>false</rtexprvalue>
-  <type>java.lang.Integer</type>
-  <description>Width</description>
-</attribute>
-<attribute>
-  <name>height</name>
-  <required>true</required>
-  <rtexprvalue>false</rtexprvalue>
-  <type>java.lang.Integer</type>
-  <description>Height</description>
-</attribute>
+<attribute>
+    <name>delay</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+ 
+    <description>The delay between transitions</description>
+</attribute>
+<attribute>
+    <name>minDelay</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+   
+    <description>The minimum delay allowed when decreasing delay time</description>
+</attribute>
+<attribute>
+    <name>maxDelay</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+   
+    <description>The maximum delay allowed when increasing delay time</description>
+</attribute>
+<attribute>
+    <name>transitionTime</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+   
+    <description>Transition time in milliseconds. Set to -1 for immediate image switch.</description>
+</attribute>
+<attribute>
+  <name>width</name>
+  <required>true</required>
+  <rtexprvalue>false</rtexprvalue>
+ 
+  <description>Width</description>
+</attribute>
+<attribute>
+  <name>height</name>
+  <required>true</required>
+  <rtexprvalue>false</rtexprvalue>
+ 
+  <description>Height</description>
+</attribute>

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/pagelet_attributes.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/pagelet_attributes.xml?view=diff&rev=504300&r1=504299&r2=504300
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/pagelet_attributes.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/pagelet_attributes.xml Tue Feb  6 13:30:10 2007
@@ -1,134 +1,134 @@
-<attribute>
-	<name>spellchecker</name>
-	<required>true</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description>Reference to the method which checks the input.</description>
-</attribute>
-<attribute>
-	<name>width</name>
-	<required>true</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description></description>
-</attribute>
-<attribute>
-	<name>height</name>
-	<required>true</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description></description>
-</attribute>
-<attribute>
-	<name>zoomWidth</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description></description>
-</attribute>
-<attribute>
-	<name>zoomHeight</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description></description>
-</attribute>
-
-<attribute>
-	<name>id</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description>Every component may have an unique id. Automatically created if omitted.</description>
-</attribute>
-<attribute>
-	<name>rendered</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description>If false, this component will not be rendered.</description>
-</attribute>
-<attribute>
-	<name>binding</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description>Component binding.</description>
-</attribute>
-<attribute>
-	<name>value</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description>Initial value to set when rendered for the first time.</description>
-</attribute>
-<attribute>
-	<name>required</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.Boolan</type>
-	<description>Required attribute</description>
-</attribute>
-<attribute>
-	<name>javascriptLocation</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<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>
-</attribute>
-<attribute>
-	<name>textSpellcheck</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description></description>
-</attribute>
-<attribute>
-	<name>textResume</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description></description>
-</attribute>
-<attribute>
-	<name>textWorking</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description></description>
-</attribute>
-<attribute>
-	<name>textChecking</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description></description>
-</attribute>
-<attribute>
-	<name>textNoMisspellings</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description></description>
-</attribute>
-<attribute>
-	<name>disabled</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description>HTML: When true, this element cannot receive focus.</description>
-</attribute>
-<attribute>
-	<name>readonly</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description>HTML: When true, indicates that this component cannot be modified by the user. The element may receive focus unless it has also been disabled.</description>
-</attribute>
-<attribute>
-	<name>controlMode</name>
-	<required>false</required>
-	<rtexprvalue>false</rtexprvalue>
-	<type>java.lang.String</type>
-	<description>possible modes, editfield, pagelet, pagelet-editfield others to follow, default editfield</description>
-</attribute>
+<attribute>
+	<name>spellchecker</name>
+	<required>true</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description>Reference to the method which checks the input.</description>
+</attribute>
+<attribute>
+	<name>width</name>
+	<required>true</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description></description>
+</attribute>
+<attribute>
+	<name>height</name>
+	<required>true</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description></description>
+</attribute>
+<attribute>
+	<name>zoomWidth</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description></description>
+</attribute>
+<attribute>
+	<name>zoomHeight</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description></description>
+</attribute>
+
+<attribute>
+	<name>id</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description>Every component may have an unique id. Automatically created if omitted.</description>
+</attribute>
+<attribute>
+	<name>rendered</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description>If false, this component will not be rendered.</description>
+</attribute>
+<attribute>
+	<name>binding</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description>Component binding.</description>
+</attribute>
+<attribute>
+	<name>value</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description>Initial value to set when rendered for the first time.</description>
+</attribute>
+<attribute>
+	<name>required</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+
+	<description>Required attribute</description>
+</attribute>
+<attribute>
+	<name>javascriptLocation</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<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>
+</attribute>
+<attribute>
+	<name>textSpellcheck</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description></description>
+</attribute>
+<attribute>
+	<name>textResume</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description></description>
+</attribute>
+<attribute>
+	<name>textWorking</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description></description>
+</attribute>
+<attribute>
+	<name>textChecking</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description></description>
+</attribute>
+<attribute>
+	<name>textNoMisspellings</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description></description>
+</attribute>
+<attribute>
+	<name>disabled</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description>HTML: When true, this element cannot receive focus.</description>
+</attribute>
+<attribute>
+	<name>readonly</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description>HTML: When true, indicates that this component cannot be modified by the user. The element may receive focus unless it has also been disabled.</description>
+</attribute>
+<attribute>
+	<name>controlMode</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<type>java.lang.String</type>
+	<description>possible modes, editfield, pagelet, pagelet-editfield others to follow, default editfield</description>
+</attribute>

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld?view=diff&rev=504300&r1=504299&r2=504300
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld Tue Feb  6 13:30:10 2007
@@ -1282,7 +1282,7 @@
 			<name>showDebugMessages</name>
 			<required>false</required>
 			<rtexprvalue>false</rtexprvalue>
-			<type>java.lang.Boolean</type>
+			
             <description>If false, alert messages which can be fired after a ppr response are not displayed in the browser.
                          May switched to true in test environments. Default: false
             </description>