raphael     01/05/28 08:11:02

  Modified:    webapp/WEB-INF/templates/jsp/tld template.tld
  Log:
  add contextTool/tag for directly including a portlet by name (found in
  the current PSML resource)
  
  Revision  Changes    Path
  1.7       +10 -1     jakarta-jetspeed/webapp/WEB-INF/templates/jsp/tld/template.tld
  
  Index: template.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/tld/template.tld,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- template.tld      2001/05/27 15:32:16     1.6
  +++ template.tld      2001/05/28 15:11:01     1.7
  @@ -17,7 +17,16 @@
       <bodycontent>JSP</bodycontent>
       <attribute>
         <name>name</name>
  -      <required>true</required>
  +      <required>false</required>
  +    </attribute>
  +  </tag>
  +  <tag>   
  +    <name>portlet</name>
  +    <tagclass>org.apache.jetspeed.services.jsp.tags.JetspeedPortletTag</tagclass>
  +    <bodycontent>JSP</bodycontent>
  +    <attribute>
  +      <name>name</name>
  +      <required>false</required>
       </attribute>
     </tag>
     <tag>   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to