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

Gavin King gavin.king at jboss.com
Fri Jul 14 12:43:37 EDT 2006


  User: gavin   
  Date: 06/07/14 12:43:37

  Modified:    src/ui/META-INF  taglib.tld
  Log:
  make s:cache work in JSP
  
  Revision  Changes    Path
  1.12      +24 -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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- taglib.tld	9 Jun 2006 03:09:20 -0000	1.11
  +++ taglib.tld	14 Jul 2006 16:43:37 -0000	1.12
  @@ -21,6 +21,30 @@
   	</tag>
   
   	<tag>
  +	    <name>cache</name>
  +	    <tag-class>org.jboss.seam.ui.tag.CacheTag</tag-class>
  +	    <body-content>JSP</body-content>
  +	    
  +		<attribute>
  +			<name>key</name>
  +			<required>true</required>
  +			<rtexprvalue>false</rtexprvalue>
  +		</attribute>
  +
  +		<attribute>
  +			<name>region</name>
  +			<required>true</required>
  +			<rtexprvalue>false</rtexprvalue>
  +		</attribute>
  +
  +		<attribute>
  +			<name>enabled</name>
  +			<required>false</required>
  +			<rtexprvalue>false</rtexprvalue>
  +		</attribute>
  +	</tag>
  +
  +	<tag>
   		<name>link</name>
   		<tag-class>org.jboss.seam.ui.tag.LinkTag</tag-class>
   		<body-content>JSP</body-content>
  
  
  



More information about the jboss-cvs-commits mailing list