You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by cm...@apache.org on 2001/12/03 16:13:26 UTC

cvs commit: jakarta-slide/src/taglib slide-struts.tld

cmlenz      01/12/03 07:13:26

  Modified:    src/taglib slide-struts.tld
  Log:
  Add the experimental 'content' tag to the taglib-descriptor
  
  Revision  Changes    Path
  1.5       +7 -0      jakarta-slide/src/taglib/slide-struts.tld
  
  Index: slide-struts.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/slide-struts.tld,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- slide-struts.tld	2001/09/29 13:12:52	1.4
  +++ slide-struts.tld	2001/12/03 15:13:26	1.5
  @@ -87,6 +87,13 @@
      </attribute>
     </tag>
     
  +  <!-- The 'content' Tag -->
  +  <tag>
  +   <name>content</name>
  +   <tagclass>org.apache.slide.taglib.tag.struts.ContentTag</tagclass>
  +   <bodycontent>empty</bodycontent>
  +  </tag>
  +  
     <!-- The 'property' Tag -->
     <tag>
      <name>property</name>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>