Tomahawk sandbox tag library.
Tag form


Renders a HTML form element which allow defining a different scheme, servername or port for the action url to which the form is submited


Tag Information
Tag Classorg.apache.myfaces.custom.form.HtmlFormTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
portfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
This attribute can be used to set the port for the action attribute
schemefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
This attribute can be used to set the url scheme for the action attribute
serverNamefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
This attribute can be used to set the url server name or ip address for the action attribute
actionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
This attribute can be used to set an entirely different action (might be something JSF-unspecific) to the form.
methodfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
This attribute can be used to set a method to the form which is different to the regular POST method used.
forceIdfalsefalsejava.lang.StringIf true, this component will force the use of the specified id when rendering.
forceIdIndexfalsefalsejava.lang.StringIf false, this component will not append a '[n]' suffix (where 'n' is the row index) to components that are contained within a "list." This value will be true by default and the value will be ignored if the value of forceId is false (or not specified.)
acceptfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Provides a comma-separated list of content types that the server processing this form can handle.
acceptcharsetfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: The list of character encodings accepted by the server for this form.
enctypefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: The content type used to submit this form to the server.
onresetfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when this form is reset.
onsubmitfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when this form is submitted.
targetfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Names the frame that should display content generated by invoking this action.
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: CSS styling instructions.
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The CSS class for this element. Corresponds to the HTML 'class' attribute.
onclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the element is clicked.
ondblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the element is double-clicked.
onkeydownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when a key is pressed down over this element.
onkeypressfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when a key is pressed over this element.
onkeyupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when a key is released over this element.
onmousedownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is pressed over this element.
onmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is moved while it is in this element.
onmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is moves out of this element.
onmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is moved into this element.
onmouseupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is released over this element.
dirfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left).
langfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: The base language of this document.
titlefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: An advisory title for this element. Often used by the user agent as a tooltip.
prependIdfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description
idfalsetruejava.lang.StringGet a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value that indicates whether this component should be rendered. Default value: true.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression.

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.