Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 19294 invoked from network); 28 Mar 2007 04:20:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2007 04:20:36 -0000 Received: (qmail 35525 invoked by uid 500); 28 Mar 2007 04:20:43 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 35433 invoked by uid 500); 28 Mar 2007 04:20:42 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 35093 invoked by uid 99); 28 Mar 2007 04:20:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 21:20:41 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 21:20:30 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 5982D1A984A; Tue, 27 Mar 2007 21:20:10 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r523161 [3/4] - in /geronimo/server/trunk/modules/geronimo-jasper-builder/src: main/java/org/apache/geronimo/jasper/deployment/ test/java/org/apache/geronimo/jasper/deployment/ test/resources/ test/resources/1_1_dtd/ test/resources/1_2_dtd/... Date: Wed, 28 Mar 2007 04:20:08 -0000 To: scm@geronimo.apache.org From: djencks@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070328042010.5982D1A984A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: geronimo/server/trunk/modules/geronimo-jasper-builder/src/test/resources/1_2_dtd/taglib-reorder-src-2.tld URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-jasper-builder/src/test/resources/1_2_dtd/taglib-reorder-src-2.tld?view=auto&rev=523161 ============================================================================== --- geronimo/server/trunk/modules/geronimo-jasper-builder/src/test/resources/1_2_dtd/taglib-reorder-src-2.tld (added) +++ geronimo/server/trunk/modules/geronimo-jasper-builder/src/test/resources/1_2_dtd/taglib-reorder-src-2.tld Tue Mar 27 21:20:06 2007 @@ -0,0 +1,1852 @@ + + + + + 1.0 + 1.2 + form + http://www.springframework.org/tags/form + Spring Framework JSP Form Tag Library + + form + org.springframework.web.servlet.tags.form.FormTag + JSP + Renders an HTML 'form' tag and exposes a binding path to inner tags for binding. + + id + false + true + HTML Standard Attribute + + + name + false + true + HTML Standard Attribute - added for backwards compatibility cases + + + htmlEscape + false + true + Enable/disable HTML escaping of rendered values. + + + cssClass + false + true + Equivalent to "class" - HTML Optional Attribute + + + + cssStyle + false + true + Equivalent to "style" - HTML Optional Attribute + + + + lang + false + true + HTML Standard Attribute + + + + title + false + true + HTML Standard Attribute + + + + dir + false + true + HTML Standard Attribute + + + + onclick + false + true + HTML Event Attribute + + + + ondblclick + false + true + HTML Event Attribute + + + + onmousedown + false + true + HTML Event Attribute + + + + onmouseup + false + true + HTML Event Attribute + + + + onmouseover + false + true + HTML Event Attribute + + + + onmousemove + false + true + HTML Event Attribute + + + + onmouseout + false + true + HTML Event Attribute + + + + onkeypress + false + true + HTML Event Attribute + + + + onkeyup + false + true + HTML Event Attribute + + + + onkeydown + false + true + HTML Event Attribute + + + commandName + false + true + Name of the attribute under which the command name is exposed. + Defaults to 'command'. + + + + action + false + true + HTML Required Attribute + + + + method + false + true + HTML Optional Attribute + + + + enctype + false + true + HTML Optional Attribute + + + + onsubmit + false + true + HTML Event Attribute + + + + onreset + false + true + HTML Event Attribute + + + + input + org.springframework.web.servlet.tags.form.InputTag + empty + Renders an HTML 'input' tag with type 'text' using the bound value. + + + path + true + true + Path to property for data binding + + + + id + false + true + HTML Standard Attribute + + + + htmlEscape + false + true + Enable/disable HTML escaping of rendered values. + + + + cssClass + false + true + Equivalent to "class" - HTML Optional Attribute + + + + cssErrorClass + false + true + Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. + + + + cssStyle + false + true + Equivalent to "style" - HTML Optional Attribute + + + + lang + false + true + HTML Standard Attribute + + + + title + false + true + HTML Standard Attribute + + + + dir + false + true + HTML Standard Attribute + + + + tabindex + false + true + HTML Standard Attribute + + + + readonly + false + true + HTML Optional Attribute + + + + disabled + false + true + HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. + + + + onclick + false + true + HTML Event Attribute + + + + ondblclick + false + true + HTML Event Attribute + + + + onmousedown + false + true + HTML Event Attribute + + + + onmouseup + false + true + HTML Event Attribute + + + + onmouseover + false + true + HTML Event Attribute + + + + onmousemove + false + true + HTML Event Attribute + + + + onmouseout + false + true + HTML Event Attribute + + + + onkeypress + false + true + HTML Event Attribute + + + + onkeyup + false + true + HTML Event Attribute + + + + onkeydown + false + true + HTML Event Attribute + + + + onfocus + false + true + HTML Event Attribute + + + + onblur + false + true + HTML Event Attribute + + + + onchange + false + true + HTML Event Attribute + + + + accesskey + false + true + HTML Standard Attribute + + + maxlength + false + true + HTML Optional Attribute + + + + alt + false + true + HTML Optional Attribute + + + + onselect + false + true + HTML Event Attribute + + + + size + false + true + HTML Optional Attribute + + + + + password + org.springframework.web.servlet.tags.form.PasswordInputTag + empty + Renders an HTML 'input' tag with type 'password' using the bound value. + + + path + true + true + Path to property for data binding + + + + id + false + true + HTML Standard Attribute + + + + htmlEscape + false + true + Enable/disable HTML escaping of rendered values. + + + + cssClass + false + true + Equivalent to "class" - HTML Optional Attribute + + + + cssErrorClass + false + true + Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. + + + + cssStyle + false + true + Equivalent to "style" - HTML Optional Attribute + + + + lang + false + true + HTML Standard Attribute + + + + title + false + true + HTML Standard Attribute + + + + dir + false + true + HTML Standard Attribute + + + + tabindex + false + true + HTML Standard Attribute + + + + readonly + false + true + HTML Optional Attribute + + + + disabled + false + true + HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. + + + + onclick + false + true + HTML Event Attribute + + + + ondblclick + false + true + HTML Event Attribute + + + + onmousedown + false + true + HTML Event Attribute + + + + onmouseup + false + true + HTML Event Attribute + + + + onmouseover + false + true + HTML Event Attribute + + + + onmousemove + false + true + HTML Event Attribute + + + + onmouseout + false + true + HTML Event Attribute + + + + onkeypress + false + true + HTML Event Attribute + + + + onkeyup + false + true + HTML Event Attribute + + + + onkeydown + false + true + HTML Event Attribute + + + + onfocus + false + true + HTML Event Attribute + + + + onblur + false + true + HTML Event Attribute + + + + onchange + false + true + HTML Event Attribute + + + + accesskey + false + true + HTML Standard Attribute + + + maxlength + false + true + HTML Optional Attribute + + + + alt + false + true + HTML Optional Attribute + + + + onselect + false + true + HTML Event Attribute + + + + size + false + true + HTML Optional Attribute + + + + showPassword + false + true + Is the password value to be shown? Defaults to false. + + + + hidden + org.springframework.web.servlet.tags.form.HiddenInputTag + empty + Renders an HTML 'input' tag with type 'hidden' using the bound value. + + + path + true + true + Path to property for data binding + + + + id + false + true + HTML Standard Attribute + + + + htmlEscape + false + true + Enable/disable HTML escaping of rendered values. + + + + + select + org.springframework.web.servlet.tags.form.SelectTag + JSP + Renders an HTML 'select' element. Supports databinding to the selected option. + + + path + true + true + Path to property for data binding + + + + id + false + true + HTML Standard Attribute + + + + htmlEscape + false + true + Enable/disable HTML escaping of rendered values. + + + + cssClass + false + true + Equivalent to "class" - HTML Optional Attribute + + + + cssErrorClass + false + true + Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. + + + + cssStyle + false + true + Equivalent to "style" - HTML Optional Attribute + + + + lang + false + true + HTML Standard Attribute + + + + title + false + true + HTML Standard Attribute + + + + dir + false + true + HTML Standard Attribute + + + + tabindex + false + true + HTML Standard Attribute + + + + disabled + false + true + HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. + + + + onclick + false + true + HTML Event Attribute + + + + ondblclick + false + true + HTML Event Attribute + + + + onmousedown + false + true + HTML Event Attribute + + + + onmouseup + false + true + HTML Event Attribute + + + + onmouseover + false + true + HTML Event Attribute + + + + onmousemove + false + true + HTML Event Attribute + + + + onmouseout + false + true + HTML Event Attribute + + + + onkeypress + false + true + HTML Event Attribute + + + + onkeyup + false + true + HTML Event Attribute + + + + onkeydown + false + true + HTML Event Attribute + + + + onfocus + false + true + HTML Event Attribute + + + + onblur + false + true + HTML Event Attribute + + + + onchange + false + true + HTML Event Attribute + + + + accesskey + false + true + HTML Standard Attribute + + + items + false + true + The Collection, Map or array of objects used to generate the inner 'option' tags + + + + itemValue + false + true + Name of the property mapped to 'value' attribute of the 'option' tag + + + + itemLabel + false + true + Name of the property mapped to the inner text of the 'option' tag + + + + size + false + true + HTML Optional Attribute + + + + multiple + false + true + HTML Optional Attribute + + + + option + org.springframework.web.servlet.tags.form.OptionTag + JSP + Renders a single HTML 'option'. Sets 'selected' as appropriate based on bound value. + + + value + java.lang.Object + The actual value bound to the 'value' attribute + + + + displayValue + java.lang.String + The String representation of thr value bound to the 'value' attribute, taking into consideration + any PropertyEditor associated with the enclosing 'select' tag. + + + + value + true + true + HTML Optional Attribute + + + + label + false + true + HTML Optional Attribute + + + + htmlEscape + false + true + Enable/disable HTML escaping of rendered values. + + + + disabled + false + true + HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. + + + + options + org.springframework.web.servlet.tags.form.OptionsTag + empty + Renders a list of HTML 'option' tags. Sets 'selected' as appropriate based on bound + value. + + + items + true + true + The Collection, Map or array of objects used to generate the inner 'option' tags + + + + itemValue + false + true + Name of the property mapped to 'value' attribute of the 'option' tag + + + + itemLabel + false + true + Name of the property mapped to the inner text of the 'option' tag + + + + htmlEscape + false + true + Enable/disable HTML escaping of rendered values. + + + + radiobutton + org.springframework.web.servlet.tags.form.RadioButtonTag + empty + Renders an HTML 'input' tag with type 'radio'. + + + path + true + true + Path to property for data binding + + + + id + false + true + HTML Standard Attribute + + + + htmlEscape + false + true + Enable/disable HTML escaping of rendered values. + + + + cssClass + false + true + Equivalent to "class" - HTML Optional Attribute + + + + cssErrorClass + false + true + Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. + + + + cssStyle + false + true + Equivalent to "style" - HTML Optional Attribute + + + + lang + false + true + HTML Standard Attribute + + + + title + false + true + HTML Standard Attribute + + + + dir + false + true + HTML Standard Attribute + + + + tabindex + false + true + HTML Standard Attribute + + + + disabled + false + true + HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. + + + + onclick + false + true + HTML Event Attribute + + + + ondblclick + false + true + HTML Event Attribute + + + + onmousedown + false + true + HTML Event Attribute + + + + onmouseup + false + true + HTML Event Attribute + + + + onmouseover + false + true + HTML Event Attribute + + + + onmousemove + false + true + HTML Event Attribute + + + + onmouseout + false + true + HTML Event Attribute + + + + onkeypress + false + true + HTML Event Attribute + + + + onkeyup + false + true + HTML Event Attribute + + + + onkeydown + false + true + HTML Event Attribute + + + + onfocus + false + true + HTML Event Attribute + + + + onblur + false + true + HTML Event Attribute + + + + onchange + false + true + HTML Event Attribute + + + + accesskey + false + true + HTML Standard Attribute + + + value + false + true + HTML Optional Attribute + + + + + checkbox + org.springframework.web.servlet.tags.form.CheckboxTag + empty + Renders an HTML 'input' tag with type 'checkbox'. + + + path + true + true + Path to property for data binding + + + + id + false + true + HTML Standard Attribute + + + + htmlEscape + false + true + Enable/disable HTML escaping of rendered values. + + + + cssClass + false + true + Equivalent to "class" - HTML Optional Attribute + + + + cssErrorClass + false + true + Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. + + + + cssStyle + false + true + Equivalent to "style" - HTML Optional Attribute + + + + lang + false + true + HTML Standard Attribute + + + + title + false + true + HTML Standard Attribute + + + + dir + false + true + HTML Standard Attribute + + + + tabindex + false + true + HTML Standard Attribute + + + + disabled + false + true + HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. + + + + onclick + false + true + HTML Event Attribute + + + + ondblclick + false + true + HTML Event Attribute + + + + onmousedown + false + true + HTML Event Attribute + + + + onmouseup + false + true + HTML Event Attribute + + + + onmouseover + false + true + HTML Event Attribute + + + + onmousemove + false + true + HTML Event Attribute + + + + onmouseout + false + true + HTML Event Attribute + + + + onkeypress + false + true + HTML Event Attribute + + + + onkeyup + false + true + HTML Event Attribute + + + + onkeydown + false + true + HTML Event Attribute + + + + onfocus + false + true + HTML Event Attribute + + + + onblur + false + true + HTML Event Attribute + + + + onchange + false + true + HTML Event Attribute + + + + accesskey + false + true + HTML Standard Attribute + + + + value + false + true + HTML Optional Attribute + + + + + textarea + org.springframework.web.servlet.tags.form.TextareaTag + empty + Renders an HTML 'textarea'. + + + path + true + true + Path to property for data binding + + + + id + false + true + HTML Standard Attribute + + + + htmlEscape + false + true + Enable/disable HTML escaping of rendered values. + + + + cssClass + false + true + Equivalent to "class" - HTML Optional Attribute + + + + cssErrorClass + false + true + Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. + + + + cssStyle + false + true + Equivalent to "style" - HTML Optional Attribute + + + + lang + false + true + HTML Standard Attribute + + + + title + false + true + HTML Standard Attribute + + + + dir + false + true + HTML Standard Attribute + + + + tabindex + false + true + HTML Standard Attribute + + + + disabled + false + true + HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. + + + + onclick + false + true + HTML Event Attribute + + + + ondblclick + false + true + HTML Event Attribute + + + + onmousedown + false + true + HTML Event Attribute + + + + onmouseup + false + true + HTML Event Attribute + + + + onmouseover + false + true + HTML Event Attribute + + + + onmousemove + false + true + HTML Event Attribute + + + + onmouseout + false + true + HTML Event Attribute + + + + onkeypress + false + true + HTML Event Attribute + + + + onkeyup + false + true + HTML Event Attribute + + + + onkeydown + false + true + HTML Event Attribute + + + + onfocus + false + true + HTML Event Attribute + + + + onblur + false + true + HTML Event Attribute + + + + onchange + false + true + HTML Event Attribute + + + + accesskey + false + true + HTML Standard Attribute + + + + rows + false + true + HTML Required Attribute + + + + cols + false + true + HTML Required Attribute + + + + onselect + false + true + HTML Event Attribute + + + + + + errors + org.springframework.web.servlet.tags.form.ErrorsTag + JSP + Renders field errors in an HTML 'span' tag. + + + messages + java.util.List + + + + path + false + true + Path to errors object for data binding + + + + id + false + true + HTML Standard Attribute + + + + htmlEscape + false + true + Enable/disable HTML escaping of rendered values. + + + + delimiter + false + true + Delimiter for displaying multiple error messages. Defaults to the br tag. + + + + cssClass + false + true + Equivalent to "class" - HTML Optional Attribute + + + + cssStyle + false + true + Equivalent to "style" - HTML Optional Attribute + + + + lang + false + true + HTML Standard Attribute + + + + title + false + true + HTML Standard Attribute + + + + dir + false + true + HTML Standard Attribute + + + + tabindex + false + true + HTML Standard Attribute + + + + onclick + false + true + HTML Event Attribute + + + + ondblclick + false + true + HTML Event Attribute + + + + onmousedown + false + true + HTML Event Attribute + + + + onmouseup + false + true + HTML Event Attribute + + + + onmouseover + false + true + HTML Event Attribute + + + + onmousemove + false + true + HTML Event Attribute + + + + onmouseout + false + true + HTML Event Attribute + + + + onkeypress + false + true + HTML Event Attribute + + + + onkeyup + false + true + HTML Event Attribute + + + + onkeydown + false + true + HTML Event Attribute + + + + element + false + true + Specifies the HTML element that is used to render the enclosing errors. + + + + + + label + org.springframework.web.servlet.tags.form.LabelTag + JSP + Renders a form field label in an HTML 'label' tag. + + + path + true + true + Path to errors object for data binding + + + + id + false + true + HTML Standard Attribute + + + + htmlEscape + false + true + Enable/disable HTML escaping of rendered values. + + + + for + false + true + HTML Standard Attribute + + + + cssClass + false + true + Equivalent to "class" - HTML Optional Attribute. + + + + cssErrorClass + false + true + Equivalent to "class" - HTML Optional Attribute. Used only when errors are present. + + + + cssStyle + false + true + Equivalent to "style" - HTML Optional Attribute + + + + lang + false + true + HTML Standard Attribute + + + + title + false + true + HTML Standard Attribute + + + + dir + false + true + HTML Standard Attribute + + + + tabindex + false + true + HTML Standard Attribute + + + + onclick + false + true + HTML Event Attribute + + + + ondblclick + false + true + HTML Event Attribute + + + + onmousedown + false + true + HTML Event Attribute + + + + onmouseup + false + true + HTML Event Attribute + + + + onmouseover + false + true + HTML Event Attribute + + + + onmousemove + false + true + HTML Event Attribute + + + + onmouseout + false + true + HTML Event Attribute + + + + onkeypress + false + true + HTML Event Attribute + + + + onkeyup + false + true + HTML Event Attribute + + + + onkeydown + false + true + HTML Event Attribute + + + \ No newline at end of file Added: geronimo/server/trunk/modules/geronimo-jasper-builder/src/test/resources/2_0_xsd/taglib-empty-src.tld URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-jasper-builder/src/test/resources/2_0_xsd/taglib-empty-src.tld?view=auto&rev=523161 ============================================================================== --- geronimo/server/trunk/modules/geronimo-jasper-builder/src/test/resources/2_0_xsd/taglib-empty-src.tld (added) +++ geronimo/server/trunk/modules/geronimo-jasper-builder/src/test/resources/2_0_xsd/taglib-empty-src.tld Tue Mar 27 21:20:06 2007 @@ -0,0 +1,24 @@ + + + + 1.0 + d + Added: geronimo/server/trunk/modules/geronimo-jasper-builder/src/test/resources/2_0_xsd/taglib-reorder-expected-1.tld URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-jasper-builder/src/test/resources/2_0_xsd/taglib-reorder-expected-1.tld?view=auto&rev=523161 ============================================================================== --- geronimo/server/trunk/modules/geronimo-jasper-builder/src/test/resources/2_0_xsd/taglib-reorder-expected-1.tld (added) +++ geronimo/server/trunk/modules/geronimo-jasper-builder/src/test/resources/2_0_xsd/taglib-reorder-expected-1.tld Tue Mar 27 21:20:06 2007 @@ -0,0 +1,143 @@ + + + + + Enhanced standard JSP actions and custom MyFaces actions. + + 1.0.10 + sn + http://myfaces.apache.org/sandbox15 + + + Container for field configurations + + dynaFormConfigs + org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigsTag + JSP + + + + Field configurations + + dynaFormConfig + org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag + JSP + + + the name of the property this configuration is for + + for + true + + + + the displaySize to be used to render the component + + typeOnly + false + false + boolean + + + + configure this field as displayOnly + + typeAndRtexprvalueInCorrectOrder + false + false + boolean + + + + configure this field as readOnly - noneditable input field + + typeAndRtexprvalueOutOfOrder + false + true + boolean + + + + configure this field as disabled - like readOnly but grayed too + + disabled + false + false + + + + + + Handle all the dynamic form creation for JSF + + dynaForm + org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag + JSP + + + The var used to get access to the form controller + + rtexprvalueOnly + true + false + + + + The value binding prefix which will be used to create the real value binding. + If this is missing and the layout component has a "var" attribute its value will be used. + + valueBindingPrefix + false + false + + + + The root model + + uri + true + false + + + + Render the whole form in display (non editable) only mode + + displayOnly + false + false + + + + The bundle to use to convert the lables to readable strings + + rtexprvalueOnly + false + true + + + + true|false - Set to true if only the fields listed within the configuration are to be rendered + + neither + false + + +