| |||||||
| FRAMES NO FRAMES | |||||||
To post back to the screenflow:
<form method="post" name="form" action="<f:postResults/>">
To post to another URL:
<form method="post" name="form" action= "<f:postResults/>" fowardUrl="nextUrl"/>
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| forwardUrl | false | true | java.lang.String | URL where the BPM Object resulting of the execution of this JSP is going to be forwarded to. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||