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

Peter Muir peter at bleepbleep.org.uk
Sun Mar 4 16:51:51 EST 2007


  User: pmuir   
  Date: 07/03/04 16:51:51

  Modified:    src/ui/META-INF   faces-config.xml seam-ui.taglib.xml
  Log:
  JBSEAM-985
  
  Revision  Changes    Path
  1.38      +13 -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.37
  retrieving revision 1.38
  diff -u -b -r1.37 -r1.38
  --- faces-config.xml	27 Feb 2007 00:46:41 -0000	1.37
  +++ faces-config.xml	4 Mar 2007 21:51:51 -0000	1.38
  @@ -36,6 +36,19 @@
           </property>
       </component>
   
  +     <component>
  +        <component-type>org.jboss.seam.ui.UIGraphicImage</component-type>
  +        <component-class>org.jboss.seam.ui.UIGraphicImage</component-class>
  +        <property>
  +            <property-name>contentType</property-name>
  +            <property-class>java.lang.String</property-class>
  +        </property>
  +        <property>
  +            <property-name>maintainRatio</property-name>
  +            <property-class>java.lang.String</property-class>
  +        </property>
  +    </component>
  +
       <!--component>
           <component-type>org.jboss.seam.ui.UIAction</component-type>
           <component-class>org.jboss.seam.ui.UIAction</component-class>
  
  
  
  1.4       +7 -0      jboss-seam/src/ui/META-INF/seam-ui.taglib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-ui.taglib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/seam-ui.taglib.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- seam-ui.taglib.xml	27 Feb 2007 00:46:41 -0000	1.3
  +++ seam-ui.taglib.xml	4 Mar 2007 21:51:51 -0000	1.4
  @@ -159,6 +159,13 @@
   		</component>
   	</tag>
   	  
  +		<tag>
  +		<tag-name>graphicImage</tag-name>
  +		<component>
  +			<component-type>org.jboss.seam.ui.UIGraphicImage</component-type>
  +		</component>
  +	</tag>
  +	  
       <function>
           <function-name>hasRole</function-name>
           <function-class>org.jboss.seam.security.SecurityFunctions</function-class>
  
  
  



More information about the jboss-cvs-commits mailing list