JSF HTML Facelets Tag Library.
Tag commandScript




Tag Information
Tag Classorg.apache.myfaces.taglib.html.HtmlCommandScriptTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
autorunfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description
executefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
namefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onerrorfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
oneventfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
renderfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
resetValuesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
No Description
immediatefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value that identifies the phase during which action events should fire.

During normal event processing, action methods and action listener methods are fired during the "invoke application" phase of request processing. If this attribute is set to "true", these methods are fired instead at the end of the "apply request values" phase.

valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The text to display to the user for this command component.
actionfalsefalsejavax.el.MethodExpression
(signature must match java.lang.Object myMethod( ))
The action to take when this command is invoked.

If the value is an expression, it is expected to be a method binding EL expression that identifies an action method. An action method accepts no parameters and has a String return value, called the action outcome, that identifies the next view displayed. The phase that this event is fired in can be controlled via the immediate attribute.

If the value is a string literal, it is treated as a navigation outcome for the current view. This is functionally equivalent to a reference to an action method that returns the string literal.

actionListenerfalsefalsejavax.el.MethodExpression
(signature must match void myMethod( javax.faces.event.ActionEvent ))
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.