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/02/01 22:17:16 UTC

cvs commit: incubator-myfaces/tlds myfaces_ext.tld

svieujot    2005/02/01 13:17:16

  Modified:    tlds     myfaces_ext.tld
  Log:
  Remove illegal tags.
  
  Revision  Changes    Path
  1.160     +4 -4      incubator-myfaces/tlds/myfaces_ext.tld
  
  Index: myfaces_ext.tld
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/tlds/myfaces_ext.tld,v
  retrieving revision 1.159
  retrieving revision 1.160
  diff -u -r1.159 -r1.160
  --- myfaces_ext.tld	27 Jan 2005 02:38:08 -0000	1.159
  +++ myfaces_ext.tld	1 Feb 2005 21:17:16 -0000	1.160
  @@ -1772,8 +1772,8 @@
           <tag-class>org.apache.myfaces.custom.aliasbean.AliasBeanTag</tag-class>
           <body-content>JSP</body-content>
           <description>
  -            A tage that defines a new bean (alias) with a given value. <br/>
  -            This allows you to design a subform with a fictive bean and to include it in all the pages where you use it.<br/>
  +            A tage that defines a new bean (alias) with a given value.
  +            This allows you to design a subform with a fictive bean and to include it in all the pages where you use it.
   			You just need to make an alias to the real bean named after the fictive bean before including the subform.
           </description>
           <attribute>
  @@ -1794,8 +1794,8 @@
               <required>true</required>
               <rtexprvalue>false</rtexprvalue>
               <description>
  -                The value that the alias can be set to. <br/>
  -				This can be a string (like <code>"toto"</code>) or a reference to an existing bean (like <code>"#{myBean.member1}"</code>).
  +                The value that the alias can be set to.
  +				This can be a string (like "toto") or a reference to an existing bean (like "#{myBean.member1}").
               </description>
           </attribute>
       </tag>