4.1

Table Of Contents
Name Type Description
attribute
String A Web view attribute. The
vco:TaskAction displays the possible
actions to perform on the object that
corresponds to this Web view attribute.
action
String A Web view attribute of type Action.
The vco:TaskAction component
displays the possible actions to perform
on the object that this action returns.
actionParameters
List A list of parameters for the action.
object
Object An object. The vco:TaskAction
component displays the possible
actions to perform on this object.
urlParameter
String The parameter name in the URL that
represents the task the user selects.
You can only set the following parameters or combinations of parameters. Setting other combinations of
parameters results in an error.
n
stringValue and type
n
attribute
n
action and actionParameters
n
object
n
urlParameter
Example: vco:TaskAction Component
The following example code line shows how to use the vco:TaskAction component with the stringValue and
type parameters, if the Java interface that your Web view component or page references defines a
getMyStringValue()method.
<div jwcid="@vco:TaskAction" type="ognl:myType" stringValue="ognl:myStringValue"/>
The following code line shows how to use the vco:TaskAction component with the object parameter, if the
Java interface that your Web view component or page references defines a getMyObject()method.
<div jwcid="@vco:TaskAction" object="ognl:myObject"/>
vco:WebformContainer Component
The vco:WebformContainer component adds a Web form to a Web view, for users to complete when they run
a worfklow or to allow users to provide information to a workflow during its run.
Properties
The vco:WebformContainer component defines no properties.
You can use the vco:WebformContainer component with the vco:WorkflowLink component.
Chapter 9 Developing Web Views
VMware, Inc. 307