ICE Components
Tag form


Renders an HTML "form" element.

Decode Behavior

Encode Behavior



Tag Information
Tag Classcom.icesoft.faces.component.FormTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
acceptfalsefalsejava.lang.StringList of content types that a server processing this form will handle correctly
acceptcharsetfalsefalsejava.lang.StringList of character encodings for input data that are accepted by the server processing this form.
actionfalsefalsejava.lang.StringMethodBinding representing the application action to invoke when this component is activated by the user. The expression must evaluate to a either a String or a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application.
actionListenerfalsefalsejava.lang.StringMethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void. This listener will only be invoked if the target component itself doesn't handle the ActionEvent.
autocompletefalsefalsejava.lang.StringPassed through to root element.
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean
dirfalsefalsejava.lang.StringDirection indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
enctypefalsefalsejava.lang.StringContent type used to submit the form to the server. If not specified, the default value is "application/x-www-form-urlencoded".
idfalsefalsejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
langfalsefalsejava.lang.StringCode describing the language used in the generated markup for this component.
onclickfalsefalsejava.lang.StringNo Description
ondblclickfalsefalsejava.lang.StringNo Description
onkeydownfalsefalsejava.lang.StringNo Description
onkeypressfalsefalsejava.lang.StringNo Description
onkeyupfalsefalsejava.lang.StringNo Description
onmousedownfalsefalsejava.lang.StringNo Description
onmousemovefalsefalsejava.lang.StringNo Description
onmouseoutfalsefalsejava.lang.StringNo Description
onmouseoverfalsefalsejava.lang.StringNo Description
onmouseupfalsefalsejava.lang.StringNo Description
onresetfalsefalsejava.lang.StringJavascript code executed when this form is reset.
onsubmitfalsefalsejava.lang.StringJavascript code executed when this form is submitted.
partialSubmitfalsefalsejava.lang.StringEnable component to perform partial submit. Default value is false.
prependIdfalsefalsejava.lang.StringFlag indicating whether or not this form should prepend its id to its descendent's id during the clientId generation process. If this flag is not set, the default value is true.
renderedfalsefalsejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
renderedOnUserRolefalsefalsejava.lang.StringIf user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered.
styleClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
The default class would be rendered as iceFrm
submittedfalsefalsejava.lang.Stringsubmitted
targetfalsefalsejava.lang.StringName of a frame where the response retrieved after this form submit is to be displayed.
titlefalsefalsejava.lang.StringAdvisory title information about markup elements generated for this component.

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.