You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2005/04/09 21:10:52 UTC

cvs commit: incubator-myfaces/tlds myfaces_ext.tld myfaces_core.tld

svieujot    2005/04/09 12:10:52

  Modified:    tlds     myfaces_ext.tld myfaces_core.tld
  Log:
  Closed MYFACES-177 thanks to Josh Holtzman.
  
  Revision  Changes    Path
  1.188     +9 -0      incubator-myfaces/tlds/myfaces_ext.tld
  
  Index: myfaces_ext.tld
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/tlds/myfaces_ext.tld,v
  retrieving revision 1.187
  retrieving revision 1.188
  diff -u -r1.187 -r1.188
  --- myfaces_ext.tld	6 Apr 2005 19:01:55 -0000	1.187
  +++ myfaces_ext.tld	9 Apr 2005 19:10:51 -0000	1.188
  @@ -370,6 +370,15 @@
           &standard_output_text_attributes;
           &user_role_attributes;
           &ext_forceId_attribute;
  +        <attribute>
  +            <name>encodeNewLines</name>
  +            <required>false</required>
  +            <rtexprvalue>false</rtexprvalue>
  +            <description>
  +            	Encodes new lines to br tags.
  +            	Default is false.
  +            </description>
  +        </attribute>
       </tag>
   
       <!-- panelGroup -->
  
  
  
  1.26      +1 -1      incubator-myfaces/tlds/myfaces_core.tld
  
  Index: myfaces_core.tld
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/tlds/myfaces_core.tld,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- myfaces_core.tld	13 Dec 2004 22:45:07 -0000	1.25
  +++ myfaces_core.tld	9 Apr 2005 19:10:51 -0000	1.26
  @@ -201,7 +201,7 @@
               <name>type</name>
               <required>false</required>
               <rtexprvalue>false</rtexprvalue>
  -            <description>number|currency|percent</description>
  +            <description>number|currency|percentage</description>
           </attribute>
       </tag>