BPM Object Tag Library
Tag postResults


Use this tag to post the resulting BPM Object back to the screenflow. The optional attribute URL allows you to post the results to another JSP by specifying its URL.

Example:

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
NameRequiredRequest-timeTypeDescription
forwardUrlfalsetruejava.lang.StringURL where the BPM Object resulting of the execution of this JSP is going to be fowarded to.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.