Update of /cvsroot/struts-menu/navigator/src/conf/META-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv18423/src/conf/META-INF

Added Files:
        struts-menu.tld 
Log Message:
changed taglib.tld to struts-menu.tld

--- NEW FILE: struts-menu.tld ---
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
  PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
  "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd";>

<taglib>

  <!-- ============== Tag Library Description Elements ============= -->

  <tlibversion>1.0</tlibversion>
  <jspversion>1.1</jspversion>
  <shortname>menu</shortname>
  <uri>http://struts-menu.sf.net/tag</uri>
  <info>
        The struts-menu provides a XML configurable
        menu-ing system for your Struts applications.   
  </info>
  
    <tag>
      <name>useMenuDisplayer</name>
      <tagclass>net.sf.navigator.taglib.UseMenuDisplayerTag</tagclass>
      <bodycontent>JSP</bodycontent>
      <attribute>
          <name>name</name>
          <required>true</required>
          <rtexprvalue>true</rtexprvalue>
      </attribute>
      <attribute>
          <name>bundle</name>
          <required>false</required>
          <rtexprvalue>true</rtexprvalue>  
      </attribute>
      <attribute>
          <name>config</name>
          <required>false</required>
          <rtexprvalue>true</rtexprvalue>  
      </attribute>
      <attribute>
          <name>locale</name>
          <required>false</required>
          <rtexprvalue>true</rtexprvalue> 
      </attribute>
      <attribute>
          <name>permissions</name>
          <required>false</required>
          <rtexprvalue>true</rtexprvalue> 
      </attribute>
    </tag>

    
    <tag>
      <name>displayMenu</name>
      <tagclass>net.sf.navigator.taglib.DisplayMenuTag</tagclass>
      <attribute>
          <name>name</name>
          <required>true</required>
          <rtexprvalue>true</rtexprvalue>  
      </attribute>
      <attribute>
          <name>target</name>
          <required>false</required>
          <rtexprvalue>false</rtexprvalue>  
      </attribute>
    </tag>

</taglib>




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
struts-menu-devel mailing list
[EMAIL PROTECTED]
https://lists.sf.net/lists/listinfo/struts-menu-devel

Reply via email to