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

Peter Muir peter at bleepbleep.org.uk
Sat Mar 10 14:09:36 EST 2007


  User: pmuir   
  Date: 07/03/10 14:09:36

  Modified:    src/ui/META-INF  seam-ui.taglib.xml
  Log:
  EntityConverter
  
  Revision  Changes    Path
  1.7       +8 -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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- seam-ui.taglib.xml	6 Mar 2007 15:21:11 -0000	1.6
  +++ seam-ui.taglib.xml	10 Mar 2007 19:09:36 -0000	1.7
  @@ -152,6 +152,14 @@
   			<component-type>org.jboss.seam.ui.UISelectItems</component-type>
   		</component>
   	</tag>
  +	
  +	<tag>
  +		<tag-name>convertEntity</tag-name>	
  +		<converter>
  +			<converter-id>org.jboss.seam.ui.entityConverter</converter-id>
  +		</converter>
  +	</tag>
  +	
   	<tag>
   		<tag-name>fragment</tag-name>
   		<component>
  
  
  



More information about the jboss-cvs-commits mailing list