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/11/25 02:10:14 UTC

svn commit: r348844 - in /myfaces/impl/trunk/tld/entities: ui_parameter_attributes.xml ui_select_item_attributes.xml ui_select_items_attributes.xml

Author: skitching
Date: Thu Nov 24 17:10:10 2005
New Revision: 348844

URL: http://svn.apache.org/viewcvs?rev=348844&view=rev
Log:
Escaped html doesn't appear in the generated TLDDOC html pages, so remove it.

Modified:
    myfaces/impl/trunk/tld/entities/ui_parameter_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_select_items_attributes.xml

Modified: myfaces/impl/trunk/tld/entities/ui_parameter_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_parameter_attributes.xml?rev=348844&r1=348843&r2=348844&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_parameter_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_parameter_attributes.xml Thu Nov 24 17:10:10 2005
@@ -14,7 +14,7 @@
     <type>java.lang.String</type>
     <description>
     Developer-assigned ID of this component.  The ID must be unique within the scope of the tag's 
-    enclosing naming container (e.g., &lt;h:form&gt; or &lt;f:subview&gt;).
+    enclosing naming container (e.g. h:form or f:subview).
     
     This must be a static value.
     </description>

Modified: myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml?rev=348844&r1=348843&r2=348844&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml Thu Nov 24 17:10:10 2005
@@ -21,7 +21,7 @@
             <type>java.lang.String</type>
             <description>
             A Developer-assigned ID of this component.  The ID must be unique within the scope of the tag's 
-            enclosing naming container (e.g., &lt;h:form&gt; or &lt;f:subview&gt;).
+            enclosing naming container (e.g. h:form or f:subview).
             
             This must be a static value.
             </description>

Modified: myfaces/impl/trunk/tld/entities/ui_select_items_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_select_items_attributes.xml?rev=348844&r1=348843&r2=348844&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_select_items_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_select_items_attributes.xml Thu Nov 24 17:10:10 2005
@@ -14,7 +14,7 @@
             <type>java.lang.String</type>
             <description>
             A Developer-assigned ID of this component.  The ID must be unique within the scope of the tag's 
-            enclosing naming container (e.g., &lt;h:form&gt; or &lt;f:subview&gt;).
+            enclosing naming container (e.g. h:form or f:subview).
             
             This must be a static value.
             </description>



Re: svn commit: r348844 - in /myfaces/impl/trunk/tld/entities: ui_parameter_attributes.xml ui_select_item_attributes.xml ui_select_items_attributes.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 11/24/05, skitching@apache.org <sk...@apache.org> wrote:
> Author: skitching
> Date: Thu Nov 24 17:10:10 2005
> New Revision: 348844
>
> URL: http://svn.apache.org/viewcvs?rev=348844&view=rev
> Log:
> Escaped html doesn't appear in the generated TLDDOC html pages, so remove it.

It will appear if you put it in a CDATA section.  (But there's a bug
in Taglibrarydoc, it adds <pre> to the tag descriptions when it
shouldn't.)

--
Wendy