| |||||||
| FRAMES NO FRAMES | |||||||
To invoke the method fooMethod which requires an argument of type java.util.Date:
<f:invoke var="${bpmObject}" methodName="fooMethod">
<f:jarg value="<%new Date()%>" className="java.util.Date"/>
</f:invoke>| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| value | true | true | java.lang.String | The value of the argument. |
| className | true | false | java.lang.String | The class of the argument. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||