html
Tag reset


Render A Reset Button Input Field

Renders an HTML <input> element of type reset.


Tag Information
Tag Classorg.apache.struts.taglib.html.ResetTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
accesskey
The keyboard character used to move focus immediately to this element.
 
Required: false
Request-time: false
Type: java.lang.String
alt

The alternate text for this element.

 
Required: false
Request-time: false
Type: java.lang.String
altKey

The message resources key of the alternate text for this element.

 
Required: false
Request-time: false
Type: java.lang.String
bundle
The servlet context attributes key for the MessageResources instance to use. If not specified, defaults to the application resources configured for our action servlet.
Since:
Struts 1.2.5
 
Required: false
Request-time: false
Type: java.lang.String
dir

The direction for weak/neutral text for this element.

Since:
Struts 1.3.6
 
Required: false
Request-time: false
Type: java.lang.String
disabled
Set to true if this input field should be disabled.
 
Required: false
Request-time: false
Type: java.lang.String
lang

The language code for this element.

Since:
Struts 1.3.6
 
Required: false
Request-time: false
Type: java.lang.String
onblur
JavaScript event handler executed when this element loses input focus.
 
Required: false
Request-time: false
Type: java.lang.String
onchange
JavaScript event handler executed when this element loses input focus and its value has changed.
 
Required: false
Request-time: false
Type: java.lang.String
onclick
JavaScript event handler executed when this element receives a mouse click.
 
Required: false
Request-time: false
Type: java.lang.String
ondblclick
JavaScript event handler executed when this element receives a mouse double click.
 
Required: false
Request-time: false
Type: java.lang.String
onfocus
JavaScript event handler executed when this element receives input focus.
 
Required: false
Request-time: false
Type: java.lang.String
onkeydown
JavaScript event handler executed when this element has focus and a key is depressed.
 
Required: false
Request-time: false
Type: java.lang.String
onkeypress
JavaScript event handler executed when this element has focus and a key is depressed and released.
 
Required: false
Request-time: false
Type: java.lang.String
onkeyup
JavaScript event handler executed when this element has focus and a key is released.
 
Required: false
Request-time: false
Type: java.lang.String
onmousedown
JavaScript event handler executed when this element is under the mouse pointer and a mouse button is depressed.
 
Required: false
Request-time: false
Type: java.lang.String
onmousemove
JavaScript event handler executed when this element is under the mouse pointer and the pointer is moved.
 
Required: false
Request-time: false
Type: java.lang.String
onmouseout
JavaScript event handler executed when this element was under the mouse pointer but the pointer was moved outside the element.
 
Required: false
Request-time: false
Type: java.lang.String
onmouseover
JavaScript event handler executed when this element was not under the mouse pointer but the pointer is moved inside the element.
 
Required: false
Request-time: false
Type: java.lang.String
onmouseup
JavaScript event handler executed when this element is under the mouse pointer and a mouse button is released.
 
Required: false
Request-time: false
Type: java.lang.String
property
Name of the input field that will be generated.
 
Required: false
Request-time: false
Type: java.lang.String
style
CSS styles to be applied to this HTML element.
 
Required: false
Request-time: false
Type: java.lang.String
styleClass
CSS stylesheet class to be applied to this HTML element (renders a "class" attribute).
 
Required: false
Request-time: false
Type: java.lang.String
styleId
Identifier to be assigned to this HTML element (renders an "id" attribute).
 
Required: false
Request-time: false
Type: java.lang.String
tabindex
The tab order (ascending positive integers) for this element.
 
Required: false
Request-time: false
Type: java.lang.String
title

The advisory title for this element.

 
Required: false
Request-time: false
Type: java.lang.String
titleKey

The message resources key for the advisory title for this element.

 
Required: false
Request-time: false
Type: java.lang.String
value
Value of the label to be placed on this button. [Body of this tag (if any), or "Reset"]
 
Required: false
Request-time: false
Type: java.lang.String

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.