You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/12/12 03:08:01 UTC

svn commit: r356107 - /myfaces/sandbox/trunk/tld/myfaces_sandbox.tld

Author: skitching
Date: Sun Dec 11 18:07:57 2005
New Revision: 356107

URL: http://svn.apache.org/viewcvs?rev=356107&view=rev
Log:
Fixed duplicate attributes in s:schedule and s:inputSuggestAjax.
Thanks to Dennis Byrne.

Modified:
    myfaces/sandbox/trunk/tld/myfaces_sandbox.tld

Modified: myfaces/sandbox/trunk/tld/myfaces_sandbox.tld
URL: http://svn.apache.org/viewcvs/myfaces/sandbox/trunk/tld/myfaces_sandbox.tld?rev=356107&r1=356106&r2=356107&view=diff
==============================================================================
--- myfaces/sandbox/trunk/tld/myfaces_sandbox.tld (original)
+++ myfaces/sandbox/trunk/tld/myfaces_sandbox.tld Sun Dec 11 18:07:57 2005
@@ -168,7 +168,6 @@
        <description>
           A schedule component similar to the ones found in Outlook or Evolution
        </description>
-       &ui_component_attributes;
        &ui_command_attributes;
        &ui_schedule_attributes;
        &html_schedule_attributes;
@@ -189,13 +188,6 @@
         &html_input_suggest_attributes;
         &display_value_only_attributes;
         &user_role_attributes;
-
-        <attribute>
-            <name>size</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-        </attribute>
 
         <attribute>
             <name>suggestedItemsMethod</name>