Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 22063 invoked from network); 13 Aug 2007 07:53:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2007 07:53:22 -0000 Received: (qmail 32048 invoked by uid 500); 13 Aug 2007 07:53:04 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 32003 invoked by uid 500); 13 Aug 2007 07:53:03 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 31990 invoked by uid 99); 13 Aug 2007 07:53:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 00:53:03 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 13 Aug 2007 07:53:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C7B121A9829; Mon, 13 Aug 2007 00:52:10 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r565258 [7/7] - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/views/annotations/ site/resources/tags/ Date: Mon, 13 Aug 2007 07:52:07 -0000 To: commits@struts.apache.org From: mrdon@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070813075210.C7B121A9829@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: struts/struts2/trunk/core/src/site/resources/tags/textfield.html URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/textfield.html?view=diff&rev=565258&r1=565257&r2=565258 ============================================================================== --- struts/struts2/trunk/core/src/site/resources/tags/textfield.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/textfield.html Mon Aug 13 00:51:59 2007 @@ -31,7 +31,7 @@ accesskey false - true + false String Set the html accesskey attribute on rendered html element @@ -39,7 +39,7 @@ cssClass false - true + false String The css class to use for element @@ -47,15 +47,15 @@ cssStyle false - true + false String - The css style definitions for element ro use + The css style definitions for element to use disabled false - true + false String Set the html disabled attribute on rendered html element @@ -63,7 +63,7 @@ id false - true + false String HTML id attribute @@ -71,7 +71,7 @@ javascriptTooltip false false - true + false Boolean Use JavaScript to generate tooltips @@ -79,7 +79,7 @@ key false - true + false String Set the key (name, value, label) for this particular component @@ -87,7 +87,7 @@ label false - true + false String Label expression used for rendering a element specific label @@ -95,7 +95,7 @@ labelSeparator false : - true + false String String that will be appended to the labe @@ -103,7 +103,7 @@ labelposition false - true + false String Define label position of form element (top/left) @@ -111,7 +111,7 @@ maxLength false - true + false Integer Deprecated. Use maxlength instead. @@ -119,7 +119,7 @@ maxlength false - true + false Integer HTML maxlength attribute @@ -127,7 +127,7 @@ name false - true + false String The name to set for element @@ -135,7 +135,7 @@ onblur false - true + false String Set the html onblur attribute on rendered html element @@ -143,7 +143,7 @@ onchange false - true + false String Set the html onchange attribute on rendered html element @@ -151,7 +151,7 @@ onclick false - true + false String Set the html onclick attribute on rendered html element @@ -159,7 +159,7 @@ ondblclick false - true + false String Set the html ondblclick attribute on rendered html element @@ -167,7 +167,7 @@ onfocus false - true + false String Set the html onfocus attribute on rendered html element @@ -175,7 +175,7 @@ onkeydown false - true + false String Set the html onkeydown attribute on rendered html element @@ -183,7 +183,7 @@ onkeypress false - true + false String Set the html onkeypress attribute on rendered html element @@ -191,7 +191,7 @@ onkeyup false - true + false String Set the html onkeyup attribute on rendered html element @@ -199,7 +199,7 @@ onmousedown false - true + false String Set the html onmousedown attribute on rendered html element @@ -207,7 +207,7 @@ onmousemove false - true + false String Set the html onmousemove attribute on rendered html element @@ -215,7 +215,7 @@ onmouseout false - true + false String Set the html onmouseout attribute on rendered html element @@ -223,7 +223,7 @@ onmouseover false - true + false String Set the html onmouseover attribute on rendered html element @@ -231,7 +231,7 @@ onmouseup false - true + false String Set the html onmouseup attribute on rendered html element @@ -239,7 +239,7 @@ onselect false - true + false String Set the html onselect attribute on rendered html element @@ -247,7 +247,7 @@ readonly false false - true + false Boolean Whether the input is readonly @@ -255,7 +255,7 @@ required false false - true + false Boolean If set to true, the rendered element will indicate that input is required @@ -263,7 +263,7 @@ requiredposition false - true + false String Define required position of required form element (left|right) @@ -271,7 +271,7 @@ size false - true + false Integer HTML size attribute @@ -279,7 +279,7 @@ tabindex false - true + false String Set the html tabindex attribute on rendered html element @@ -287,7 +287,7 @@ template false - true + false String The template (other than default) to use for rendering the element @@ -295,7 +295,7 @@ templateDir false - true + false String The template directory. @@ -303,7 +303,7 @@ theme false - true + false String The theme (other than default) to use for rendering the element @@ -311,7 +311,7 @@ title false - true + false String Set the html title attribute on rendered html element @@ -319,7 +319,7 @@ tooltip false - true + false String Set the tooltip of this particular component @@ -327,7 +327,7 @@ tooltipConfig false - true + false String Deprecated. Use individual tooltip configuration attributes instead. @@ -335,7 +335,7 @@ tooltipCssClass false StrutsTTClassic - true + false String CSS class applied to JavaScrip tooltips @@ -343,7 +343,7 @@ tooltipDelay false Classic - true + false String Delay in milliseconds, before showing JavaScript tooltips @@ -351,7 +351,7 @@ tooltipIconPath false - true + false String Icon path used for image that will have the tooltip @@ -359,7 +359,7 @@ value false - true + false String Preset the value of input element. Modified: struts/struts2/trunk/core/src/site/resources/tags/token.html URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/token.html?view=diff&rev=565258&r1=565257&r2=565258 ============================================================================== --- struts/struts2/trunk/core/src/site/resources/tags/token.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/token.html Mon Aug 13 00:51:59 2007 @@ -31,7 +31,7 @@ accesskey false - true + false String Set the html accesskey attribute on rendered html element @@ -39,7 +39,7 @@ cssClass false - true + false String The css class to use for element @@ -47,15 +47,15 @@ cssStyle false - true + false String - The css style definitions for element ro use + The css style definitions for element to use disabled false - true + false String Set the html disabled attribute on rendered html element @@ -63,7 +63,7 @@ id false - true + false String HTML id attribute @@ -71,7 +71,7 @@ javascriptTooltip false false - true + false Boolean Use JavaScript to generate tooltips @@ -79,7 +79,7 @@ key false - true + false String Set the key (name, value, label) for this particular component @@ -87,7 +87,7 @@ label false - true + false String Label expression used for rendering a element specific label @@ -95,7 +95,7 @@ labelSeparator false : - true + false String String that will be appended to the labe @@ -103,7 +103,7 @@ labelposition false - true + false String Define label position of form element (top/left) @@ -111,7 +111,7 @@ name false - true + false String The name to set for element @@ -119,7 +119,7 @@ onblur false - true + false String Set the html onblur attribute on rendered html element @@ -127,7 +127,7 @@ onchange false - true + false String Set the html onchange attribute on rendered html element @@ -135,7 +135,7 @@ onclick false - true + false String Set the html onclick attribute on rendered html element @@ -143,7 +143,7 @@ ondblclick false - true + false String Set the html ondblclick attribute on rendered html element @@ -151,7 +151,7 @@ onfocus false - true + false String Set the html onfocus attribute on rendered html element @@ -159,7 +159,7 @@ onkeydown false - true + false String Set the html onkeydown attribute on rendered html element @@ -167,7 +167,7 @@ onkeypress false - true + false String Set the html onkeypress attribute on rendered html element @@ -175,7 +175,7 @@ onkeyup false - true + false String Set the html onkeyup attribute on rendered html element @@ -183,7 +183,7 @@ onmousedown false - true + false String Set the html onmousedown attribute on rendered html element @@ -191,7 +191,7 @@ onmousemove false - true + false String Set the html onmousemove attribute on rendered html element @@ -199,7 +199,7 @@ onmouseout false - true + false String Set the html onmouseout attribute on rendered html element @@ -207,7 +207,7 @@ onmouseover false - true + false String Set the html onmouseover attribute on rendered html element @@ -215,7 +215,7 @@ onmouseup false - true + false String Set the html onmouseup attribute on rendered html element @@ -223,7 +223,7 @@ onselect false - true + false String Set the html onselect attribute on rendered html element @@ -231,7 +231,7 @@ required false false - true + false Boolean If set to true, the rendered element will indicate that input is required @@ -239,7 +239,7 @@ requiredposition false - true + false String Define required position of required form element (left|right) @@ -247,7 +247,7 @@ tabindex false - true + false String Set the html tabindex attribute on rendered html element @@ -255,7 +255,7 @@ template false - true + false String The template (other than default) to use for rendering the element @@ -263,7 +263,7 @@ templateDir false - true + false String The template directory. @@ -271,7 +271,7 @@ theme false - true + false String The theme (other than default) to use for rendering the element @@ -279,7 +279,7 @@ title false - true + false String Set the html title attribute on rendered html element @@ -287,7 +287,7 @@ tooltip false - true + false String Set the tooltip of this particular component @@ -295,7 +295,7 @@ tooltipConfig false - true + false String Deprecated. Use individual tooltip configuration attributes instead. @@ -303,7 +303,7 @@ tooltipCssClass false StrutsTTClassic - true + false String CSS class applied to JavaScrip tooltips @@ -311,7 +311,7 @@ tooltipDelay false Classic - true + false String Delay in milliseconds, before showing JavaScript tooltips @@ -319,7 +319,7 @@ tooltipIconPath false - true + false String Icon path used for image that will have the tooltip @@ -327,7 +327,7 @@ value false - true + false String Preset the value of input element. Modified: struts/struts2/trunk/core/src/site/resources/tags/updownselect.html URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/updownselect.html?view=diff&rev=565258&r1=565257&r2=565258 ============================================================================== --- struts/struts2/trunk/core/src/site/resources/tags/updownselect.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/updownselect.html Mon Aug 13 00:51:59 2007 @@ -31,7 +31,7 @@ accesskey false - true + false String Set the html accesskey attribute on rendered html element @@ -39,7 +39,7 @@ allowMoveDown false true - true + false Boolean Whether move down button should be displayed @@ -47,7 +47,7 @@ allowMoveUp false true - true + false Boolean Whether move up button should be displayed @@ -55,7 +55,7 @@ allowSelectAll false true - true + false Boolean Whether or not select all button should be displayed @@ -63,7 +63,7 @@ cssClass false - true + false String The css class to use for element @@ -71,15 +71,15 @@ cssStyle false - true + false String - The css style definitions for element ro use + The css style definitions for element to use disabled false - true + false String Set the html disabled attribute on rendered html element @@ -87,7 +87,7 @@ emptyOption false false - true + false Boolean Whether or not to add an empty (--) option after the header option @@ -95,7 +95,7 @@ headerKey false - true + false String Key for first item in list. Must not be empty! '-1' and '' is correct, '' is bad. @@ -103,7 +103,7 @@ headerValue false - true + false String Value expression for first item in list @@ -111,7 +111,7 @@ id false - true + false String HTML id attribute @@ -119,7 +119,7 @@ javascriptTooltip false false - true + false Boolean Use JavaScript to generate tooltips @@ -127,7 +127,7 @@ key false - true + false String Set the key (name, value, label) for this particular component @@ -135,7 +135,7 @@ label false - true + false String Label expression used for rendering a element specific label @@ -143,7 +143,7 @@ labelSeparator false : - true + false String String that will be appended to the labe @@ -151,7 +151,7 @@ labelposition false - true + false String Define label position of form element (top/left) @@ -159,7 +159,7 @@ list true - true + false String Iterable source to populate from. If the list is a Map (key, value), the Map key will become the option 'value' parameter and the Map value will become the option body. @@ -167,7 +167,7 @@ listKey false - true + false String Property of list objects to get field value from @@ -175,7 +175,7 @@ listValue false - true + false String Property of list objects to get field content from @@ -183,7 +183,7 @@ moveDownLabel false v - true + false String Text to display on the move down button @@ -191,7 +191,7 @@ moveUpLabel false ^ - true + false String Text to display on the move up button @@ -199,15 +199,15 @@ multiple false false - true + false Boolean - Creates a multiple select. The tag will pre-select multiple values if the values are passed as an Array (of appropriate types) via the value attribute. Passing a Collection may work too? Haven't tested this. + Creates a multiple select. The tag will pre-select multiple values if the values are passed as an Array or a Collection(of appropriate types) via the value attribute. If one of the keys equals one of the values in the Collection or Array it wil be selected name false - true + false String The name to set for element @@ -215,7 +215,7 @@ onblur false - true + false String Set the html onblur attribute on rendered html element @@ -223,7 +223,7 @@ onchange false - true + false String Set the html onchange attribute on rendered html element @@ -231,7 +231,7 @@ onclick false - true + false String Set the html onclick attribute on rendered html element @@ -239,7 +239,7 @@ ondblclick false - true + false String Set the html ondblclick attribute on rendered html element @@ -247,7 +247,7 @@ onfocus false - true + false String Set the html onfocus attribute on rendered html element @@ -255,7 +255,7 @@ onkeydown false - true + false String Set the html onkeydown attribute on rendered html element @@ -263,7 +263,7 @@ onkeypress false - true + false String Set the html onkeypress attribute on rendered html element @@ -271,7 +271,7 @@ onkeyup false - true + false String Set the html onkeyup attribute on rendered html element @@ -279,7 +279,7 @@ onmousedown false - true + false String Set the html onmousedown attribute on rendered html element @@ -287,7 +287,7 @@ onmousemove false - true + false String Set the html onmousemove attribute on rendered html element @@ -295,7 +295,7 @@ onmouseout false - true + false String Set the html onmouseout attribute on rendered html element @@ -303,7 +303,7 @@ onmouseover false - true + false String Set the html onmouseover attribute on rendered html element @@ -311,7 +311,7 @@ onmouseup false - true + false String Set the html onmouseup attribute on rendered html element @@ -319,7 +319,7 @@ onselect false - true + false String Set the html onselect attribute on rendered html element @@ -327,7 +327,7 @@ required false false - true + false Boolean If set to true, the rendered element will indicate that input is required @@ -335,7 +335,7 @@ requiredposition false - true + false String Define required position of required form element (left|right) @@ -343,7 +343,7 @@ selectAllLabel false * - true + false String Text to display on the select all button @@ -351,7 +351,7 @@ size false - true + false Integer Size of the element box (# of elements to show) @@ -359,7 +359,7 @@ tabindex false - true + false String Set the html tabindex attribute on rendered html element @@ -367,7 +367,7 @@ template false - true + false String The template (other than default) to use for rendering the element @@ -375,7 +375,7 @@ templateDir false - true + false String The template directory. @@ -383,7 +383,7 @@ theme false - true + false String The theme (other than default) to use for rendering the element @@ -391,7 +391,7 @@ title false - true + false String Set the html title attribute on rendered html element @@ -399,7 +399,7 @@ tooltip false - true + false String Set the tooltip of this particular component @@ -407,7 +407,7 @@ tooltipConfig false - true + false String Deprecated. Use individual tooltip configuration attributes instead. @@ -415,7 +415,7 @@ tooltipCssClass false StrutsTTClassic - true + false String CSS class applied to JavaScrip tooltips @@ -423,7 +423,7 @@ tooltipDelay false Classic - true + false String Delay in milliseconds, before showing JavaScript tooltips @@ -431,7 +431,7 @@ tooltipIconPath false - true + false String Icon path used for image that will have the tooltip @@ -439,7 +439,7 @@ value false - true + false String Preset the value of input element. Modified: struts/struts2/trunk/core/src/site/resources/tags/url.html URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/url.html?view=diff&rev=565258&r1=565257&r2=565258 ============================================================================== --- struts/struts2/trunk/core/src/site/resources/tags/url.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/url.html Mon Aug 13 00:51:59 2007 @@ -31,7 +31,7 @@ action false - true + false String The action to generate the URL for, if not using value @@ -39,7 +39,7 @@ anchor false - true + false String The anchor for this URL @@ -47,7 +47,7 @@ encode false true - true + false Boolean Whether to encode parameters @@ -55,7 +55,7 @@ escapeAmp false true - true + false Boolean Specifies whether to escape ampersand (&) to (&amp;) or not @@ -63,7 +63,7 @@ id false - true + false String Deprecated. Use 'var' instead @@ -71,7 +71,7 @@ includeContext false true - true + false Boolean Whether actual context should be included in URL @@ -79,7 +79,7 @@ includeParams false get - true + false String The includeParams attribute may have the value 'none', 'get' or 'all' @@ -87,7 +87,7 @@ method false - true + false String The method of action to use @@ -95,7 +95,7 @@ namespace false - true + false String The namespace to use @@ -103,7 +103,7 @@ portletMode false - true + false String The resulting portlet mode @@ -111,15 +111,15 @@ portletUrlType false - true + false String - Specifies if this should be a portlet render or action URL + Specifies if this should be a portlet render or action URL. Default is "render". To create an action URL, use "action". scheme false - true + false String Set scheme attribute @@ -127,7 +127,7 @@ value false - true + false String The target value to use, if not using action @@ -135,7 +135,7 @@ var false - true + false String Name used to reference the value pushed into the Value Stack @@ -143,7 +143,7 @@ windowState false - true + false String The resulting portlet window state