<?xml version="1.0" encoding="UTF-8" ?> 
<!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>Application Tag Library </shortname> 
   <uri>http://jakarta.apache.org/taglibs/struts-example-1.0 </uri> 
   <info> 
    This tag library contains functionality for the cmsWeb Struts 
    Application. With small modifications, they can be used 
    as generic tags. 
   </info>    <tag> 
     <name>validateSession </name> 
     <tagclass>cms.common.tags.ValidateSessionTag </tagclass> 
     <bodycontent>empty </bodycontent> 
     <info> 
      Validate that there is a currently logged on user, by checking for 
      the existence of a session-scope bean under the specified name. 
      If there is no such bean, forward control to the specified page, 
      which will typically be a logon form.       Attributes: 
      name - Name of the session-scope bean to check for 
      page - Context-relative path to the logon page 
     </info> 
     
     <attribute> 
       <name>name </name> 
       <required>false </required> 
       <rtexprvalue>true </rtexprvalue> 
     </attribute> 
     <attribute> 
       <name>page </name> 
       <required>false </required> 
       <rtexprvalue>true </rtexprvalue> 
     </attribute> 
   </tag> 
   <tag> 
  <name>select </name> 
   <tagclass>cms.common.tags.SelectTag </tagclass> 
   <bodycontent>empty </bodycontent> 
   <info> 
   Displays the select tags 
   </info> 
   <attribute> 
  <name>name </name> 
  <required>false </required> 
  <rtexprvalue>false </rtexprvalue> 
  </attribute> 
  <attribute> 
  <name>initname </name> 
  <required>false </required> 
  <rtexprvalue>true </rtexprvalue> 
  </attribute> 
   <attribute> 
  <name>sql </name> 
  <required>true </required> 
  <rtexprvalue>true </rtexprvalue> 
  </attribute> 
  <attribute> 
  <name>onchange </name> 
  <required>false </required> 
  <rtexprvalue>false </rtexprvalue> 
  </attribute> 
  <attribute> 
  <name>linkLine </name> 
  <required>false </required> 
  <rtexprvalue>false </rtexprvalue> 
  </attribute> 
  <attribute> 
  <name>upselected </name> 
  <required>false </required> 
  <rtexprvalue>true </rtexprvalue> 
  </attribute> 
  <attribute> 
  <name>selected </name> 
  <required>false </required> 
  <rtexprvalue>true </rtexprvalue> 
  </attribute> 
  <attribute> 
  <name>parameter </name> 
  <required>false </required> 
  <rtexprvalue>true </rtexprvalue> 
  </attribute> 
  </tag> 
  <tag> 
  <name>flag </name> 
   <tagclass>cms.login.action.ShowFlag </tagclass> 
   <bodycontent>empty </bodycontent> 
   <info> 
   Displays the flag tags 
   </info> 
   
  </tag> 
  
   <tag> 
  <name>sflag </name> 
   <tagclass>cms.login.action.ShowSflag </tagclass> 
   <bodycontent>empty </bodycontent> 
   <info> 
   Displays the sflag tags 
   </info> 
   
  </tag> 
  
<tag> 
  <name>showmodeltree </name> 
   <tagclass>cms.deploy.action.ShowModelTree </tagclass> 
   <bodycontent>empty </bodycontent> 
   <info> 
   Displays the ShowSModelTree tags 
   </info> 
   <attribute> 
  <name>treeid </name> 
  <required>false </required> 
  <rtexprvalue>false </rtexprvalue> 
  </attribute> 
  <attribute> 
  <name>gxsjk </name> 
  <required>false </required> 
  <rtexprvalue>false </rtexprvalue> 
  </attribute> 
  <attribute> 
  <name>gxzd </name> 
  <required>false </required> 
  <rtexprvalue>false </rtexprvalue> 
  </attribute> 
    <attribute> 
  <name>xzky </name> 
  <required>false </required> 
  <rtexprvalue>false </rtexprvalue> 
  </attribute> 
  <attribute> 
     <name>crid </name> 
  <required>false </required> 
  <rtexprvalue>true </rtexprvalue> 
  </attribute> 
  <attribute> 
     <name>ktype </name> 
  <required>false </required> 
  <rtexprvalue>true </rtexprvalue> 
  </attribute> 
  </tag> 
  
  <tag> 
  <name>SelectFormTags </name> 
   <tagclass>cms.common.tags.SelectFormTags </tagclass> 
   <bodycontent>empty </bodycontent> 
   <info> 
   Displays the SelectForm tags 
       sqltxt selectname optionsp 
   </info> 
   <attribute> 
  <name>sqltxt </name> 
  <required>false </required> 
  <rtexprvalue>false </rtexprvalue> 
  </attribute> 
  <attribute> 
  <name>selectname </name> 
  <required>false </required> 
  <rtexprvalue>false </rtexprvalue> 
  </attribute> 
  <attribute> 
  <name>optionsp </name> 
  <required>false </required> 
  <rtexprvalue>false </rtexprvalue> 
  </attribute> 
  </tag> 
  
</taglib>