[jboss-cvs] jboss-seam/src/ui/META-INF ...

Gavin King gavin.king at jboss.com
Mon Nov 13 22:47:35 EST 2006


  User: gavin   
  Date: 06/11/13 22:47:35

  Modified:    src/ui/META-INF   faces-config.xml taglib.tld
  Log:
  JBSEAM-491, disabled attribite for s:link
  
  Revision  Changes    Path
  1.18      +4 -0      jboss-seam/src/ui/META-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/faces-config.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- faces-config.xml	13 Oct 2006 04:53:46 -0000	1.17
  +++ faces-config.xml	14 Nov 2006 03:47:35 -0000	1.18
  @@ -113,6 +113,10 @@
               <property-class>java.lang.String</property-class>
           </property>
           <property>
  +            <property-name>disabled</property-name>
  +            <property-class>boolean</property-class>
  +        </property>
  +        <property>
               <property-name>buttonClass</property-name>
               <property-class>java.lang.String</property-class>
           </property>
  
  
  
  1.19      +6 -0      jboss-seam/src/ui/META-INF/taglib.tld
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: taglib.tld
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/taglib.tld,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- taglib.tld	16 Oct 2006 12:16:42 -0000	1.18
  +++ taglib.tld	14 Nov 2006 03:47:35 -0000	1.19
  @@ -190,6 +190,12 @@
   		</attribute>
   
   		<attribute>
  +            <name>disabled</name>
  +            <required>false</required>
  +            <rtexprvalue>false</rtexprvalue>
  +        </attribute>
  +
  +		<attribute>
   			<name>buttonClass</name>
   			<required>false</required>
   			<rtexprvalue>false</rtexprvalue>
  
  
  



More information about the jboss-cvs-commits mailing list