You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2005/11/21 20:35:42 UTC

svn commit: r347961 - /myfaces/tomahawk/trunk/tld/tomahawk.tld

Author: baranda
Date: Mon Nov 21 11:35:37 2005
New Revision: 347961

URL: http://svn.apache.org/viewcvs?rev=347961&view=rev
Log:
Fixes MYFACES-846

Modified:
    myfaces/tomahawk/trunk/tld/tomahawk.tld

Modified: myfaces/tomahawk/trunk/tld/tomahawk.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk.tld?rev=347961&r1=347960&r2=347961&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk.tld (original)
+++ myfaces/tomahawk/trunk/tld/tomahawk.tld Mon Nov 21 11:35:37 2005
@@ -801,22 +801,18 @@
         <tag-class>org.apache.myfaces.custom.sortheader.HtmlCommandSortHeaderTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-            <p>
             Clickable sort column header.
             Must be nested inside an extended data_table tag.
             This tag is derived from the standard command_link tag and
             has the additional attributes columnName and arrow.
-            </p>
-            <p>
             Note: In contrast to normal command links, the default for the "immediate"
             attribute is "true". This is desirable as it avoids validating all input
             fields in the enclosing form when the column sort order changes. HOWEVER
-            when the <i>table</i> contains input components "immediate" <i>must</i> be
+            when the table contains input components "immediate" must be
             set to false; otherwise input fields will render blank after a sort, or
             will show their old values (ie will not appear to sort though output
             fields in the table will sort) when sort ordering is changed.
-            </p>
-        </description> 
+         </description> 
         &ui_command_attributes;
         &html_universal_attributes;
         &html_event_handler_attributes;