r1233 - trunk/wikitty-struts/src/main/tld
Author: sletellier Date: 2011-10-11 17:47:04 +0200 (Tue, 11 Oct 2011) New Revision: 1233 Url: http://nuiton.org/repositories/revision/wikitty/1233 Log: Fix tld warn and style Modified: trunk/wikitty-struts/src/main/tld/wikitty-struts.tld Modified: trunk/wikitty-struts/src/main/tld/wikitty-struts.tld =================================================================== --- trunk/wikitty-struts/src/main/tld/wikitty-struts.tld 2011-09-22 17:31:03 UTC (rev 1232) +++ trunk/wikitty-struts/src/main/tld/wikitty-struts.tld 2011-10-11 15:47:04 UTC (rev 1233) @@ -1,516 +1,515 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" - version="2.0"> - <display-name>"wikitty-struts"</display-name> - <tlib-version>1.3</tlib-version> - <jsp-version>1.2</jsp-version> - <short-name>wikitty-struts</short-name> - <uri>/wikitty-struts</uri> +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"> + <description><![CDATA["To make it easier to access wikitty datas."]]></description> + <display-name>"Wikitty Tags"</display-name> + <tlib-version>2.2</tlib-version> + <short-name>ws</short-name> + <uri>/wikitty-struts</uri> - <tag> - <name>form</name> - <tagclass>org.nuiton.wikitty.struts.tag.FormTag</tagclass> - <description><![CDATA[Tag use to make a form to edit wikitty]]></description> - <attribute> - <description><![CDATA[id for the field]]></description> - <name>id</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[name for the form]]></description> - <name>name</name> - <rtexprvalue>true</rtexprvalue> - </attribute> + <tag> + <description><![CDATA[Tag use to make a form to edit wikitty]]></description> + <name>form</name> + <tag-class>org.nuiton.wikitty.struts.tag.FormTag</tag-class> + <body-content>JSP</body-content> + <attribute> + <description><![CDATA[id for the field]]></description> + <name>id</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[name for the form]]></description> + <name>name</name> + <rtexprvalue>true</rtexprvalue> + </attribute> - <attribute> - <description><![CDATA[the wikitty to edit]]></description> - <name>wikitty</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the businessEntity to edit]]></description> - <name>businessEntity</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the proxy from whom search for wikitty and other info needed]]></description> - <name>proxy</name> - <rtexprvalue>true</rtexprvalue> - <required>true</required> - </attribute> - <attribute> - <description><![CDATA[the url of the form action]]></description> - <name>action</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[an url store as a hidden field of the form]]></description> - <name>redirect</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[Field/extention that must appear in the form, if + <attribute> + <description><![CDATA[the wikitty to edit]]></description> + <name>wikitty</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the businessEntity to edit]]></description> + <name>businessEntity</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the proxy from whom search for wikitty and other info needed]]></description> + <name>proxy</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the url of the form action]]></description> + <name>action</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[an url store as a hidden field of the form]]></description> + <name>redirect</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[Field/extention that must appear in the form, if defined other wikitty field will be ignored. if not defined all wikitty field will be presented. example: "wikittyPubData.name, wikittyLabel.*" extentionName.* will include all field of extenstion]]></description> - <name>include</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[wikitty field/extention that have to be ignore, even + <name>include</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[wikitty field/extention that have to be ignore, even if the field/extension is include if exclude it will not be include in the form. ]]></description> - <name>exclude</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[Used to order wikitty field, those which are not ordered + <name>exclude</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[Used to order wikitty field, those which are not ordered will be added at the end.]]></description> - <name>order</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[Used to know if the ordered fields has to be write before or after the custom field]]></description> - <name>orderBefore</name> - <rtexprvalue>true</rtexprvalue> - </attribute> + <name>order</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[Used to know if the ordered fields has to be write before or after the custom field]]></description> + <name>orderBefore</name> + <rtexprvalue>true</rtexprvalue> + </attribute> - <attribute> - <description><![CDATA[If a delele button must be added in the form]]></description> - <name>allowDelete</name> - <rtexprvalue>true</rtexprvalue> - </attribute> + <attribute> + <description><![CDATA[If a delele button must be added in the form]]></description> + <name>allowDelete</name> + <rtexprvalue>true</rtexprvalue> + </attribute> - </tag> - - <tag> - <name>selectAssociation</name> - <description><![CDATA[Tag used for wikittyField that are wikitty collection and show them as combobox or list]]></description> - <tagclass>org.nuiton.wikitty.struts.tag.SelectAssociationTag</tagclass> - <bodycontent>empty</bodycontent> - <attribute> - <description><![CDATA[id for the field]]></description> - <name>id</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> - <name>name</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[the wikitty target (needed if businessEntity not set)]]></description> - <name>wikitty</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the businessEntity target (needed if wikitty not set)]]></description> - <name>businessEntity</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the proxy from whom search for wikitty required if tag not used inside form tag]]></description> - <name>proxy</name> - <rtexprvalue>true</rtexprvalue> - <required>true</required> - </attribute> - <attribute> - <description><![CDATA[The field value showed in list/combobox default wikitty-id]]></description> - <name>descField</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[the name of the field concerned by the tag]]></description> - <name>fqFieldName</name> - <rtexprvalue>true</rtexprvalue> - <required>true</required> - </attribute> - <attribute> - <description><![CDATA[the label of the field]]></description> - <name>label</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the size the list/combobox]]></description> - <name>size</name> - <rtexprvalue>true</rtexprvalue> - <required>true</required> - </attribute> - <attribute> - <description><![CDATA[to enable multiselect]]></description> - <name>multiple</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - </tag> - <tag> - <name>select</name> - <description><![CDATA[Tag used to show collection of wikitty directly]]></description> - <tagclass>org.nuiton.wikitty.struts.tag.SelectTag</tagclass> - <bodycontent>empty</bodycontent> - <attribute> - <description><![CDATA[id for the field]]></description> - <name>id</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> - <name>name</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[the size of the select]]></description> - <name>size</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[The field value showed in list/combobox default wikitty-id]]></description> - <name>descField</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[Collection of wikitty that will be showed inside the combobox/list (needed if entityValues Not set)]]></description> - <name>wikittyValues</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[Collection of EntityBusiness that will be showed inside the combobox/list (needed if wikittyValues Not set)]]></description> - <name>entityValues</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[the label of the field]]></description> - <name>label</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - </tag> - + </tag> + <tag> + <description><![CDATA[Tag used for wikittyField that are wikitty collection and show them as combobox or list]]></description> + <name>selectAssociation</name> + <tag-class>org.nuiton.wikitty.struts.tag.SelectAssociationTag</tag-class> + <body-content>empty</body-content> + <attribute> + <description><![CDATA[id for the field]]></description> + <name>id</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> + <name>name</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the wikitty target (needed if businessEntity not set)]]></description> + <name>wikitty</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the businessEntity target (needed if wikitty not set)]]></description> + <name>businessEntity</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the proxy from whom search for wikitty required if tag not used inside form tag]]></description> + <name>proxy</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[The field value showed in list/combobox default wikitty-id]]></description> + <name>descField</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the name of the field concerned by the tag]]></description> + <name>fqFieldName</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the label of the field]]></description> + <name>label</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the size the list/combobox]]></description> + <name>size</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[to enable multiselect]]></description> + <name>multiple</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + </tag> + <tag> + <description><![CDATA[Tag used to show collection of wikitty directly]]></description> + <name>select</name> + <tag-class>org.nuiton.wikitty.struts.tag.SelectTag</tag-class> + <body-content>empty</body-content> + <attribute> + <description><![CDATA[id for the field]]></description> + <name>id</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> + <name>name</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the size of the select]]></description> + <name>size</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[The field value showed in list/combobox default wikitty-id]]></description> + <name>descField</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[Collection of wikitty that will be showed inside the combobox/list (needed if entityValues Not set)]]></description> + <name>wikittyValues</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[Collection of EntityBusiness that will be showed inside the combobox/list (needed if wikittyValues Not set)]]></description> + <name>entityValues</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the label of the field]]></description> + <name>label</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + </tag> - <tag> - <name>selectCriteria</name> - <description><![CDATA[Tag used to construct a combobox to select /set a wikitty, when the wikitty field is a wikitty]]></description> - <tagclass>org.nuiton.wikitty.struts.tag.SelectCriteriaTag</tagclass> - <bodycontent>empty</bodycontent> - <attribute> - <description><![CDATA[id for the field]]></description> - <name>id</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> - <name>name</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[the wikitty to edit]]></description> - <name>wikitty</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the businessEntity to edit]]></description> - <name>businessEntity</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the proxy from whom search for wikitty required if tag not used inside form tag]]></description> - <name>proxy</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[criteria to find wikitty, the matching id will be selected]]></description> - <name>criteria</name> - <rtexprvalue>true</rtexprvalue> - <required>true</required> - </attribute> - <attribute> - <description><![CDATA[The field value showed in list/combobox default wikitty-id]]></description> - <name>descField</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[the name of the field that have to be specialize]]></description> - <name>fqFieldName</name> - <rtexprvalue>true</rtexprvalue> - <required>true</required> - </attribute> - <attribute> - <description><![CDATA[the label of the field]]></description> - <name>label</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - </tag> - <tag> - <name>selectFixed</name> - <description><![CDATA[Tag used to create a combobox select on a wikitty field value with value fixed]]></description> - <tagclass>org.nuiton.wikitty.struts.tag.SelectFixedTag</tagclass> - <bodycontent>empty</bodycontent> - <attribute> - <description><![CDATA[id for the field]]></description> - <name>id</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> - <name>name</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> - <name>wikitty</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> - <name>businessEntity</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[]]></description> - <name>fixvalues</name> - <rtexprvalue>true</rtexprvalue> - <required>true</required> - </attribute> - <attribute> - <description><![CDATA[the name of the field that have to be specialize]]></description> - <name>fqFieldName</name> - <rtexprvalue>true</rtexprvalue> - <required>true</required> - </attribute> - <attribute> - <description><![CDATA[the label of the field]]></description> - <name>label</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - </tag> + <tag> + <description><![CDATA[Tag used to construct a combobox to select /set a wikitty, when the wikitty field is a wikitty]]></description> + <name>selectCriteria</name> + <tag-class>org.nuiton.wikitty.struts.tag.SelectCriteriaTag</tag-class> + <body-content>empty</body-content> + <attribute> + <description><![CDATA[id for the field]]></description> + <name>id</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> + <name>name</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the wikitty to edit]]></description> + <name>wikitty</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the businessEntity to edit]]></description> + <name>businessEntity</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the proxy from whom search for wikitty required if tag not used inside form tag]]></description> + <name>proxy</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[criteria to find wikitty, the matching id will be selected]]></description> + <name>criteria</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[The field value showed in list/combobox default wikitty-id]]></description> + <name>descField</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the name of the field that have to be specialize]]></description> + <name>fqFieldName</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the label of the field]]></description> + <name>label</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + </tag> - <tag> - <name>hidden</name> - <description><![CDATA[Tag used to create a hidden field with a wikittyField]]></description> - <tagclass>org.nuiton.wikitty.struts.tag.HiddenTag</tagclass> - <bodycontent>empty</bodycontent> - <attribute> - <description><![CDATA[id for the field]]></description> - <name>id</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> - <name>name</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> - <name>wikitty</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> - <name>businessEntity</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the name of the field that have to be specialize]]></description> - <name>fqFieldName</name> - <rtexprvalue>true</rtexprvalue> - <required>true</required> - </attribute> - </tag> + <tag> + <description><![CDATA[Tag used to create a combobox select on a wikitty field value with value fixed]]></description> + <name>selectFixed</name> + <tag-class>org.nuiton.wikitty.struts.tag.SelectFixedTag</tag-class> + <body-content>empty</body-content> + <attribute> + <description><![CDATA[id for the field]]></description> + <name>id</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> + <name>name</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> + <name>wikitty</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> + <name>businessEntity</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[]]></description> + <name>fixvalues</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the name of the field that have to be specialize]]></description> + <name>fqFieldName</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the label of the field]]></description> + <name>label</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + </tag> - <tag> - <name>textField</name> - <description><![CDATA[tag to show wikitty field as textfield]]></description> - <tagclass>org.nuiton.wikitty.struts.tag.TextFieldTag</tagclass> - <bodycontent>empty</bodycontent> - <attribute> - <description><![CDATA[id for the field]]></description> - <name>id</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> - <name>name</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> - <name>wikitty</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> - <name>businessEntity</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the name of the field that have to be specialize]]></description> - <name>fqFieldName</name> - <rtexprvalue>true</rtexprvalue> - <required>true</required> - </attribute> - <attribute> - <description><![CDATA[the label of the field]]></description> - <name>label</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[if the textfiel have to hide the content, flag: true/false, default: false]]></description> - <name>password</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - </tag> + <tag> + <description><![CDATA[Tag used to create a hidden field with a wikittyField]]></description> + <name>hidden</name> + <tag-class>org.nuiton.wikitty.struts.tag.HiddenTag</tag-class> + <body-content>empty</body-content> + <attribute> + <description><![CDATA[id for the field]]></description> + <name>id</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> + <name>name</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> + <name>wikitty</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> + <name>businessEntity</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the name of the field that have to be specialize]]></description> + <name>fqFieldName</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + </tag> - <tag> - <name>date</name> - <description><![CDATA[tag to show wikitty field as textField wih improvement for date --DON'T WORK--]]></description> - <tagclass>org.nuiton.wikitty.struts.tag.DateTag</tagclass> - <bodycontent>empty</bodycontent> - <attribute> - <description><![CDATA[id for the field]]></description> - <name>id</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> - <name>name</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> - <name>wikitty</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> - <name>businessEntity</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the name of the field that have to be specialize]]></description> - <name>fqFieldName</name> - <rtexprvalue>true</rtexprvalue> - <required>true</required> - </attribute> - <attribute> - <description><![CDATA[the label of the field]]></description> - <name>label</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the label of the field]]></description> - <name>enableHour</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - </tag> + <tag> + <description><![CDATA[tag to show wikitty field as textfield]]></description> + <name>textField</name> + <tag-class>org.nuiton.wikitty.struts.tag.TextFieldTag</tag-class> + <body-content>empty</body-content> + <attribute> + <description><![CDATA[id for the field]]></description> + <name>id</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> + <name>name</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> + <name>wikitty</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> + <name>businessEntity</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the name of the field that have to be specialize]]></description> + <name>fqFieldName</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the label of the field]]></description> + <name>label</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[if the textfiel have to hide the content, flag: true/false, default: false]]></description> + <name>password</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + </tag> - <tag> - <name>textArea</name> - <description><![CDATA[tag to show wikitty field as textarea]]></description> - <tagclass>org.nuiton.wikitty.struts.tag.TextAreaTag</tagclass> - <bodycontent>empty</bodycontent> - <attribute> - <description><![CDATA[id for the field]]></description> - <name>id</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> - <name>name</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> - <name>wikitty</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> - <name>businessEntity</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the name of the field that have to be specialize]]></description> - <name>fqFieldName</name> - <rtexprvalue>true</rtexprvalue> - <required>true</required> - </attribute> - <attribute> - <description><![CDATA[the label of the field]]></description> - <name>label</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - </tag> + <tag> + <description><![CDATA[tag to show wikitty field as textField wih improvement for date --DON'T WORK--]]></description> + <name>date</name> + <tag-class>org.nuiton.wikitty.struts.tag.DateTag</tag-class> + <body-content>empty</body-content> + <attribute> + <description><![CDATA[id for the field]]></description> + <name>id</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> + <name>name</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> + <name>wikitty</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> + <name>businessEntity</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the name of the field that have to be specialize]]></description> + <name>fqFieldName</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the label of the field]]></description> + <name>label</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the label of the field]]></description> + <name>enableHour</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + </tag> - <tag> - <name>boolean</name> - <description><![CDATA[tag to show wikitty field as checkbox]]></description> - <tagclass>org.nuiton.wikitty.struts.tag.BooleanTag</tagclass> - <bodycontent>empty</bodycontent> - <attribute> - <description><![CDATA[id for the field]]></description> - <name>id</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> - <name>name</name> - <rtexprvalue>true</rtexprvalue> - </attribute> - <attribute> - <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> - <name>wikitty</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> - <name>businessEntity</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - <attribute> - <description><![CDATA[the name of the field that have to be specialize]]></description> - <name>fqFieldName</name> - <rtexprvalue>true</rtexprvalue> - <required>true</required> - </attribute> - <attribute> - <description><![CDATA[the label of the field]]></description> - <name>label</name> - <rtexprvalue>true</rtexprvalue> - <required>false</required> - </attribute> - </tag> + + <tag> + <description><![CDATA[tag to show wikitty field as textarea]]></description> + <name>textArea</name> + <tag-class>org.nuiton.wikitty.struts.tag.TextAreaTag</tag-class> + <body-content>empty</body-content> + <attribute> + <description><![CDATA[id for the field]]></description> + <name>id</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> + <name>name</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> + <name>wikitty</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> + <name>businessEntity</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the name of the field that have to be specialize]]></description> + <name>fqFieldName</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the label of the field]]></description> + <name>label</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + </tag> + + <tag> + <description><![CDATA[tag to show wikitty field as checkbox]]></description> + <name>boolean</name> + <tag-class>org.nuiton.wikitty.struts.tag.BooleanTag</tag-class> + <body-content>empty</body-content> + <attribute> + <description><![CDATA[id for the field]]></description> + <name>id</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[name for html element. Ignored if tag used inside tag form.]]></description> + <name>name</name> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> + <name>wikitty</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> + <name>businessEntity</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the name of the field that have to be specialize]]></description> + <name>fqFieldName</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <description><![CDATA[the label of the field]]></description> + <name>label</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + </tag> </taglib>
participants (1)
-
sletellier@users.nuiton.org