ICEfaces Component Suite
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.String List of content types that a server processing this form will handle correctly
acceptcharsetfalsefalsejava.lang.String List of character encodings for input data that are accepted by the server processing this form.
autocompletefalsefalsejava.lang.String Passed through to root element.
bindingfalsefalsejava.lang.String The value binding expression linking this component to a property in a backing bean
dirfalsefalsejava.lang.String Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
enctypefalsefalsejava.lang.String Content type used to submit the form to the server. If not specified, the default value is "application/x-www-form-urlencoded".
idfalsefalsejava.lang.String The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
langfalsefalsejava.lang.String Code 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.String Javascript code executed when this form is reset.
onsubmitfalsefalsejava.lang.String Javascript code executed when this form is submitted.
partialSubmitfalsefalsejava.lang.String Enable component to perform partial submit. Default value is false.
renderedfalsefalsejava.lang.String Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
renderedOnUserRolefalsefalsejava.lang.String If 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.String CSS style(s) to be applied when this component is rendered.
styleClassfalsefalsejava.lang.String Space-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.String submitted
targetfalsefalsejava.lang.String Name of a frame where the response retrieved after this form submit is to be displayed.
titlefalsefalsejava.lang.String Advisory 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.