<?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>
  <tlibversion>1.0</tlibversion>
  <jspversion>1.1</jspversion>
  <shortname>cincom</shortname>
  <uri></uri>
  <info>An example tag library, provided by Cincom, with some utility tags</info>

  <tag>
    <name>optionList</name>
    <tagclass>VisualWave.OptionListTag</tagclass>
    <info>Like a getProperty, but expects a collection and formats
	the result as an option list</info>
    <bodycontent>empty</bodycontent>
    <attribute>
      <name>name</name>
      <required>true</required>
    </attribute>
    <attribute>
      <name>property</name>
      <required>true</required>
    </attribute>
    <attribute>
      <name>selections</name>
      <required>false</required>
    </attribute>
  </tag>      

  <tag>
    <name>do</name>
    <tagclass>VisualWave.DoTag</tagclass>
    <info>Like a getProperty, but expects a collection and 
	iterates over the result, assigning to a loop variable</info>
    <bodycontent>empty</bodycontent>
    <attribute>
      <name>name</name>
      <required>true</required>
    </attribute>
    <attribute>
      <name>property</name>
      <required>true</required>
    </attribute>
    <attribute>
      <name>variable</name>
      <required>false</required>
    </attribute>
  </tag>      



</taglib>
