You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2007/01/07 06:18:56 UTC

svn commit: r493648 [4/11] - in /struts/struts2/trunk/core: ./ src/main/java/org/apache/struts2/components/ src/main/java/org/apache/struts2/components/table/ src/main/resources/META-INF/ src/site/ src/site/resources/ src/site/resources/tags/

Modified: struts/struts2/trunk/core/src/main/resources/META-INF/struts-tags.tld
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/META-INF/struts-tags.tld?view=diff&rev=493648&r1=493647&r2=493648
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/META-INF/struts-tags.tld (original)
+++ struts/struts2/trunk/core/src/main/resources/META-INF/struts-tags.tld Sat Jan  6 21:18:49 2007
@@ -1,12617 +1,8504 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
 <taglib>
-
-    <tlib-version>2.2.3</tlib-version>
-    <jsp-version>1.2</jsp-version>
-    <short-name>s</short-name>
-
-    <uri>/struts-tags</uri>
-
-    <display-name>Struts Tags</display-name>
-    <description><![CDATA[
-    To make it easier to access dynamic data,
-    the Apache Struts framework includes a library of custom tags.
-    The tags interact with the framework's validation and internationalization features,
-    to ensure that input is correct and output is localized.
-    The Struts Tags can be used with JSP, FreeMarker, or Velocity.
-    ]]></description>
-    <tag>
-
-        <name>head</name>
-        <tag-class>org.apache.struts2.views.jsp.ui.HeadTag</tag-class>
-        <body-content>empty</body-content>
-        <description><![CDATA[Render a chunk of HEAD for your HTML file]]></description>
-
-        <attribute>
-            <name>calendarcss</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The jscalendar css theme to use" default="calendar-blue.css]]></description>
-
-        </attribute>
-        <attribute>
-            <name>debug</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set to true to enable debugging mode for AJAX themes]]></description>
-
-        </attribute>
-        <attribute>
-            <name>theme</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The theme (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>templateDir</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The template directory (other than default) to used to find the themes and hence the template.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>template</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The template (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssClass</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css class to use for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssStyle</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css style definitions for element ro use]]></description>
-
-        </attribute>
-        <attribute>
-            <name>title</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html title attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>disabled</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html disabled attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>label</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Label expression used for rendering a element specific label]]></description>
-
-        </attribute>
-        <attribute>
-            <name>labelposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define label position of form element (top/left)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>requiredposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define required position of required form element (left|right)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>name</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The name to set for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>required</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[If set to true, the rendered element will indicate that input is required]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tabindex</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html tabindex attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Preset the value of input element.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>ondblclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html ondblclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousedown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousedown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseover</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseover attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousemove</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousemove attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseout</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseout attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onfocus</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onfocus attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onblur</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onblur attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeypress</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeypress attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeydown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeydown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeyup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeyup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onselect</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onselect attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onchange</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onchange attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>accesskey</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html accesskey attribute on rendered html ekement]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltip</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip of this particular component]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltipConfig</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip configuration]]></description>
-
-        </attribute>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[id for referencing element. For UI and form tags it will be used as HTML id attribute]]></description>
-
-        </attribute>
-
-    </tag>
-    <tag>
-
-        <name>push</name>
-        <tag-class>org.apache.struts2.views.jsp.PushTag</tag-class>
-        <body-content>JSP</body-content>
-        <description><![CDATA[Push value on stack for simplified usage.]]></description>
-
-        <attribute>
-            <name>value</name>
-            <required>true</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Value to push on stack]]></description>
-
-        </attribute>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[id for referencing element. For UI and form tags it will be used as HTML id attribute]]></description>
-
-        </attribute>
-
-    </tag>
-    <tag>
-
-        <name>table</name>
-        <tag-class>org.apache.struts2.views.jsp.ui.table.WebTableTag</tag-class>
-        <body-content>JSP</body-content>
-        <description><![CDATA[Instantiate a JavaBean and place it in the context.]]></description>
-
-        <attribute>
-            <name>modelName</name>
-            <required>true</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The name of model to use]]></description>
-
-        </attribute>
-        <attribute>
-            <name>sortColumn</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Index of column to sort data by]]></description>
-
-        </attribute>
-        <attribute>
-            <name>sortOrder</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set sort order. Allowed values are NONE, ASC and DESC]]></description>
-
-        </attribute>
-        <attribute>
-            <name>sortable</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Whether the table should be sortable. Requires that model implements org.apache.struts2.components.table.SortableTableModel if set to true.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>theme</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The theme (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>templateDir</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The template directory (other than default) to used to find the themes and hence the template.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>template</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The template (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssClass</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css class to use for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssStyle</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css style definitions for element ro use]]></description>
-
-        </attribute>
-        <attribute>
-            <name>title</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html title attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>disabled</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html disabled attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>label</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Label expression used for rendering a element specific label]]></description>
-
-        </attribute>
-        <attribute>
-            <name>labelposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define label position of form element (top/left)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>requiredposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define required position of required form element (left|right)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>name</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The name to set for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>key</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The i18n key attribute to be specified in place of the name, value and label attributes]]></description>
-
-        </attribute>
-
-        <attribute>
-            <name>required</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[If set to true, the rendered element will indicate that input is required]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tabindex</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html tabindex attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Preset the value of input element.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>ondblclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html ondblclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousedown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousedown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseover</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseover attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousemove</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousemove attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseout</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseout attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onfocus</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onfocus attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onblur</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onblur attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeypress</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeypress attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeydown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeydown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeyup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeyup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onselect</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onselect attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onchange</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onchange attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>accesskey</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html accesskey attribute on rendered html ekement]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltip</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip of this particular component]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltipConfig</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip configuration]]></description>
-
-        </attribute>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[id for referencing element. For UI and form tags it will be used as HTML id attribute]]></description>
-
-        </attribute>
-
-    </tag>
-    <tag>
-
-        <name>component</name>
-        <tag-class>org.apache.struts2.views.jsp.ui.ComponentTag</tag-class>
-        <body-content>JSP</body-content>
-        <description><![CDATA[Render a custom ui widget]]></description>
-
-        <attribute>
-            <name>theme</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The theme (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>templateDir</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The template directory (other than default) to used to find the themes and hence the template.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>template</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The template (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssClass</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css class to use for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssStyle</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css style definitions for element ro use]]></description>
-
-        </attribute>
-        <attribute>
-            <name>title</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html title attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>disabled</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html disabled attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>label</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Label expression used for rendering a element specific label]]></description>
-
-        </attribute>
-        <attribute>
-            <name>labelposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define label position of form element (top/left)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>requiredposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define required position of required form element (left|right)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>name</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The name to set for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>key</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The i18n key attribute to be specified in place of the name, value and label attributes]]></description>
-
-        </attribute>
-
-        <attribute>
-            <name>required</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[If set to true, the rendered element will indicate that input is required]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tabindex</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html tabindex attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Preset the value of input element.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>ondblclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html ondblclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousedown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousedown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseover</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseover attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousemove</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousemove attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseout</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseout attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onfocus</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onfocus attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onblur</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onblur attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeypress</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeypress attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeydown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeydown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeyup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeyup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onselect</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onselect attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onchange</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onchange attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>accesskey</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html accesskey attribute on rendered html ekement]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltip</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip of this particular component]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltipConfig</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip configuration]]></description>
-
-        </attribute>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[id for referencing element. For UI and form tags it will be used as HTML id attribute]]></description>
-
-        </attribute>
-
-    </tag>
-    <tag>
-
-        <name>token</name>
-        <tag-class>org.apache.struts2.views.jsp.ui.TokenTag</tag-class>
-        <body-content>JSP</body-content>
-        <description><![CDATA[Stop double-submission of forms]]></description>
-
-        <attribute>
-            <name>theme</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The theme (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>templateDir</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The template directory (other than default) to used to find the themes and hence the template.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>template</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The template (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssClass</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css class to use for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssStyle</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css style definitions for element ro use]]></description>
-
-        </attribute>
-        <attribute>
-            <name>title</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html title attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>disabled</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html disabled attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>label</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Label expression used for rendering a element specific label]]></description>
-
-        </attribute>
-        <attribute>
-            <name>labelposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define label position of form element (top/left)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>requiredposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define required position of required form element (left|right)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>name</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The name to set for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>key</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The i18n key attribute to be specified in place of the name, value and label attributes]]></description>
-
-        </attribute>
-
-        <attribute>
-            <name>required</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[If set to true, the rendered element will indicate that input is required]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tabindex</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html tabindex attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Preset the value of input element.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>ondblclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html ondblclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousedown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousedown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseover</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseover attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousemove</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousemove attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseout</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseout attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onfocus</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onfocus attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onblur</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onblur attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeypress</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeypress attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeydown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeydown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeyup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeyup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onselect</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onselect attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onchange</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onchange attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>accesskey</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html accesskey attribute on rendered html ekement]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltip</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip of this particular component]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltipConfig</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip configuration]]></description>
-
-        </attribute>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[id for referencing element. For UI and form tags it will be used as HTML id attribute]]></description>
-
-        </attribute>
-
-    </tag>
-    <tag>
-
-        <name>set</name>
-        <tag-class>org.apache.struts2.views.jsp.SetTag</tag-class>
-        <body-content>empty</body-content>
-        <description><![CDATA[Assigns a value to a variable in a specified scope]]></description>
-
-        <attribute>
-            <name>name</name>
-            <required>true</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The name of the new variable that is assigned the value of <i>value</i>]]></description>
-
-        </attribute>
-        <attribute>
-            <name>scope</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The scope in which to assign the variable. Can be <b>application</b>, <b>session</b>, <b>request</b>, <b>page</b>, or <b>action</b>.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The value that is assigned to the variable named <i>name</i>]]></description>
-
-        </attribute>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[id for referencing element. For UI and form tags it will be used as HTML id attribute]]></description>
-
-        </attribute>
-
-    </tag>
-    <tag>
-
-        <name>i18n</name>
-        <tag-class>org.apache.struts2.views.jsp.I18nTag</tag-class>
-        <body-content>JSP</body-content>
-        <description><![CDATA[Get a resource bundle and place it on the value stack]]></description>
-
-        <attribute>
-            <name>name</name>
-            <required>true</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Name of ressource bundle to use (eg foo/bar/customBundle)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[id for referencing element. For UI and form tags it will be used as HTML id attribute]]></description>
-
-        </attribute>
-
-    </tag>
-    <tag>
-
-        <name>merge</name>
-        <tag-class>org.apache.struts2.views.jsp.iterator.MergeIteratorTag</tag-class>
-        <body-content>JSP</body-content>
-        <description><![CDATA[Merge the values of a list of iterators into one iterator]]></description>
-
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[the id where the resultant merged iterator will be stored in the stack's context]]></description>
-
-        </attribute>
-
-    </tag>
-    <tag>
-
-        <name>password</name>
-        <tag-class>org.apache.struts2.views.jsp.ui.PasswordTag</tag-class>
-        <body-content>JSP</body-content>
-        <description><![CDATA[Render an HTML input tag of type password]]></description>
-
-        <attribute>
-            <name>showPassword</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Whether to show input]]></description>
-
-        </attribute>
-        <attribute>
-            <name>maxlength</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[HTML maxlength attribute]]></description>
-
-        </attribute>
-        <attribute>
-            <name>maxLength</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Deprecated. Use maxlength instead.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>readonly</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Whether the input is readonly]]></description>
-
-        </attribute>
-        <attribute>
-            <name>size</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[HTML size attribute]]></description>
-
-        </attribute>
-        <attribute>
-            <name>theme</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The theme (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>templateDir</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The template directory (other than default) to used to find the themes and hence the template.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>template</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The template (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssClass</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css class to use for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssStyle</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css style definitions for element ro use]]></description>
-
-        </attribute>
-        <attribute>
-            <name>title</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html title attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>disabled</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html disabled attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>label</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Label expression used for rendering a element specific label]]></description>
-
-        </attribute>
-        <attribute>
-            <name>labelposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define label position of form element (top/left)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>requiredposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define required position of required form element (left|right)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>name</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The name to set for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>key</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The i18n key attribute to be specified in place of the name, value and label attributes]]></description>
-
-        </attribute>
-        <attribute>
-            <name>required</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[If set to true, the rendered element will indicate that input is required]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tabindex</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html tabindex attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Preset the value of input element.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>ondblclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html ondblclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousedown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousedown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseover</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseover attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousemove</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousemove attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseout</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseout attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onfocus</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onfocus attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onblur</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onblur attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeypress</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeypress attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeydown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeydown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeyup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeyup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onselect</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onselect attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onchange</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onchange attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>accesskey</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html accesskey attribute on rendered html ekement]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltip</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip of this particular component]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltipConfig</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip configuration]]></description>
-
-        </attribute>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[id for referencing element. For UI and form tags it will be used as HTML id attribute]]></description>
-
-        </attribute>
-
-    </tag>
-    <tag>
-
-        <name>submit</name>
-        <tag-class>org.apache.struts2.views.jsp.ui.SubmitTag</tag-class>
-        <body-content>JSP</body-content>
-        <description><![CDATA[Render a submit button]]></description>
-        <attribute>
-            <name>executeScripts</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Javascript code in the fetched content will be executed]]></description>
-
-        </attribute>
-        <attribute>
-            <name>indicator</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Id of element that will be show while doing the request]]></description>
-
-        </attribute>
-        <attribute>
-            <name>targets</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Comma delimited list of ids of the elements whose content will be updated]]></description>
-
-        </attribute>
-        <attribute>
-            <name>handler</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Javascript function name that will make the request]]></description>
-
-        </attribute>
-        <attribute>
-            <name>formId</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Form id whose fields will be serialized and passed as parameters.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>formFilter</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Function name used to filter the fields of the form.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>loadingText</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The text to display to the user while the new content is being fetched (especially good if the content will take awhile)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>listenTopics</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Topic names to listen to (comma delimited)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>notifyTopics</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Topic names to publish (comma delimited)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>href</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The URL to call to obtain the content]]></description>
-
-        </attribute>
-        <attribute>
-            <name>errorText</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The text to display to the user if the is an error fetching the content]]></description>
-
-        </attribute>
-        <attribute>
-            <name>preInvokeJS</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Deprecated. Use "notifyTopics".]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onLoadJS</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Deprecated. Use "notifyTopics".]]></description>
-
-        </attribute>
-        <attribute>
-            <name>showErrorTransportText</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Set whether errors will be shown or not]]></description>
-
-        </attribute>
-        <attribute>
-            <name>resultDivId</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Deprecated. Use "targets".]]></description>
-
-        </attribute>
-        <attribute>
-            <name>label</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Supply a submit button text apart from submit value. Will have no effect for <i>input</i> type submit, since button text will always be the value parameter. For the type <i>image</i>, alt parameter will be set to this value.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>src</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Supply an image src for <i>image</i> type submit button. Will have no effect for types <i>input</i> and <i>button</i>.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>action</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set action nane to submit to, without .action suffix]]></description>
-
-        </attribute>
-        <attribute>
-            <name>method</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set method attribute.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>align</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[HTML align attribute.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>type</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The type of submit to use. Valid values are <i>input</i>, <i>button</i> and <i>image</i>.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>theme</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The theme (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>templateDir</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The template directory (other than default) to used to find the themes and hence the template.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>template</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The template (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssClass</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css class to use for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssStyle</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css style definitions for element ro use]]></description>
-
-        </attribute>
-        <attribute>
-            <name>title</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html title attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>disabled</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html disabled attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>labelposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define label position of form element (top/left)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>requiredposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define required position of required form element (left|right)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>name</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The name to set for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>key</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The i18n key attribute to be specified in place of the name, value and label attributes]]></description>
-
-        </attribute>
-        <attribute>
-            <name>required</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[If set to true, the rendered element will indicate that input is required]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tabindex</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html tabindex attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Preset the value of input element.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>ondblclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html ondblclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousedown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousedown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseover</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseover attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousemove</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousemove attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseout</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseout attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onfocus</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onfocus attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onblur</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onblur attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeypress</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeypress attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeydown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeydown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeyup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeyup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onselect</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onselect attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onchange</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onchange attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>accesskey</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html accesskey attribute on rendered html ekement]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltip</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip of this particular component]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltipConfig</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip configuration]]></description>
-
-        </attribute>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[id for referencing element. For UI and form tags it will be used as HTML id attribute]]></description>
-
-        </attribute>
-
-    </tag>
-    <tag>
-
-        <name>form</name>
-        <tag-class>org.apache.struts2.views.jsp.ui.FormTag</tag-class>
-        <body-content>JSP</body-content>
-        <description><![CDATA[Renders an input form]]></description>
-
-        <attribute>
-            <name>onsubmit</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[HTML onsubmit attribute]]></description>
-
-        </attribute>
-        <attribute>
-            <name>action</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set action nane to submit to, without .action suffix]]></description>
-
-        </attribute>
-        <attribute>
-            <name>target</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[HTML form target attribute]]></description>
-
-        </attribute>
-        <attribute>
-            <name>enctype</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[HTML form enctype attribute]]></description>
-
-        </attribute>
-        <attribute>
-            <name>method</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[HTML form method attribute]]></description>
-
-        </attribute>
-        <attribute>
-            <name>namespace</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[namespace for action to submit to]]></description>
-
-        </attribute>
-        <attribute>
-            <name>validate</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Whether client side/remote validation should be performed. Only useful with theme xhtml/ajax]]></description>
-
-        </attribute>
-        <attribute>
-            <name>portletMode</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The portlet mode to display after the form submit]]></description>
-
-        </attribute>
-        <attribute>
-            <name>windowState</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The window state to display after the form submit]]></description>
-
-        </attribute>
-        <attribute>
-            <name>acceptcharset</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The accepted charsets for this form. The values may be comma or blank delimited.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>openTemplate</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set template to use for opening the rendered html.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>theme</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The theme (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>templateDir</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The template directory (other than default) to used to find the themes and hence the template.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>template</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The template (other than default) to use for rendering the element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssClass</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css class to use for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>cssStyle</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The css style definitions for element ro use]]></description>
-
-        </attribute>
-        <attribute>
-            <name>title</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html title attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>disabled</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html disabled attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>label</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Label expression used for rendering a element specific label]]></description>
-
-        </attribute>
-        <attribute>
-            <name>labelposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define label position of form element (top/left)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>requiredposition</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[define required position of required form element (left|right)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>name</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The name to set for element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>key</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The i18n key attribute to be specified in place of the name, value and label attributes]]></description>
-
-        </attribute>
-        <attribute>
-            <name>required</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[If set to true, the rendered element will indicate that input is required]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tabindex</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html tabindex attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Preset the value of input element.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>ondblclick</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html ondblclick attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousedown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousedown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseover</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseover attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmousemove</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmousemove attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onmouseout</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onmouseout attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onfocus</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onfocus attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onblur</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onblur attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeypress</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeypress attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeydown</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeydown attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onkeyup</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onkeyup attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onselect</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onselect attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>onchange</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html onchange attribute on rendered html element]]></description>
-
-        </attribute>
-        <attribute>
-            <name>accesskey</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the html accesskey attribute on rendered html ekement]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltip</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip of this particular component]]></description>
-
-        </attribute>
-        <attribute>
-            <name>tooltipConfig</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set the tooltip configuration]]></description>
-
-        </attribute>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[id for referencing element. For UI and form tags it will be used as HTML id attribute]]></description>
-
-        </attribute>
-
-    </tag>
-    <tag>
-
-        <name>include</name>
-        <tag-class>org.apache.struts2.views.jsp.IncludeTag</tag-class>
-        <body-content>JSP</body-content>
-        <description><![CDATA[Include a servlet's output (result of servlet or a JSP page)]]></description>
-
-        <attribute>
-            <name>value</name>
-            <required>true</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The jsp/servlet output to include]]></description>
-
-        </attribute>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[id for referencing element. For UI and form tags it will be used as HTML id attribute]]></description>
-
-        </attribute>
-
-    </tag>
-    <tag>
-
-        <name>div</name>
-        <tag-class>org.apache.struts2.views.jsp.ui.DivTag</tag-class>
-        <body-content>JSP</body-content>
-        <description><![CDATA[Render HTML div providing content from remote call via AJAX]]></description>
-
-        <attribute>
-            <name>indicator</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Id of element that will be show while doing the request]]></description>
-
-        </attribute>
-        <attribute>
-            <name>updateFreq</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[How often to re-fetch the content (in milliseconds)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>refreshOnShow</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Reload content when selected. Only valid inside tabbedPanel.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>handler</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Javascript function name that will make the request]]></description>
-
-        </attribute>
-        <attribute>
-            <name>formId</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Form id whose fields will be serialized and passed as parameters.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>formFilter</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Function name used to filter the fields of the form.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>executeScripts</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Javascript code in the fetched content will be executed]]></description>
-
-        </attribute>
-        <attribute>
-            <name>delay</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[How long to wait before fetching the content (in milliseconds)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>autoStart</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Starts the auto updater timer(if frequency > 0) or loads contents when created]]></description>
-
-        </attribute>
-        <attribute>
-            <name>loadingText</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The text to display to the user while the new content is being fetched (especially good if the content will take awhile)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>listenTopics</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Topic names to listen to (comma delimited)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>notifyTopics</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Topic names to publish (comma delimited)]]></description>
-
-        </attribute>
-        <attribute>
-            <name>startTimerListenTopics</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Topic names to listen to (comma delimited), that will cause the auto updater timer to start]]></description>
-
-        </attribute>
-        <attribute>
-            <name>stopTimerListenTopics</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Topic names to listen to (comma delimited), that will cause the auto updater timer to stop]]></description>
-
-        </attribute>
-        <attribute>
-            <name>showErrorTransportText</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Set whether errors will be shown or not]]></description>
-
-        </attribute>
-        <attribute>
-            <name>theme</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The theme to use for the element. <b>This tag will usually use the ajax theme.</b>]]></description>
-
-        </attribute>
-        <attribute>
-            <name>href</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[The URL to call to obtain the content]]></description>
-
-        </attribute>
-        <attribute>
-            <name>errorText</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The text to display to the user if the is an error fetching the content]]></description>
-
-        </attribute>
-        <attribute>
-            <name>afterLoading</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[Deprecated. Use "notifyTopics".]]></description>
-
-        </attribute>
-        <attribute>
-            <name>openTemplate</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description><![CDATA[Set template to use for opening the rendered html.]]></description>
-
-        </attribute>
-        <attribute>
-            <name>templateDir</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-
-            <description>
-                <![CDATA[The template directory (other than default) to used to find the themes and hence the template.]]></description>
-
-        </attribute>
-        <attribute>

[... 18497 lines stripped ...]