jbpm
Tag jbpmActionListener


Call a user-defined action, providing the action with a JbpmJsfContext.


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
listenerfalsefalsejavax.el.ValueExpression
(must evaluate to org.jbpm.jsf.JbpmActionListener)
An EL expression that resolves to the listener to execute. Either this or the 'type' attribute must be given.
namefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A different name to use for this action. Action names are used by some navigation handlers.
navigatefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean expression that can be used to control whether navigation will be attempted after this action completes.
typefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The type of the action. Can be an EL expression which resolves to a literal Class object, or the name of a class as a String. Either this or the 'listener' attribute must be given.
unlessfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean expression that, if true, will prevent this action from being run.

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.