This page flow sample shows how to handle the submission of multiple forms from a single JSP page.
Pre-populating user input forms with data binding expressions
In the SamplesApp, the samples are located at:
SamplesApp/WebApp/handlingData/multipleForms/multipleFormsController.jpf
On the local file system, the samples are located at:
<BEA_HOME>\weblogic81\samples\workshop\SamplesApp\WebApp\handlingData\multipleForms\multipleFormsController.jpf
To Run the Samples
Start WebLogic Server in the Workshop domain.
On Microsoft Windows systems, run
<BEA_HOME>/weblogic81/samples/domains/workshop/startWebLogic.cmd
On Linux or Solaris systems, run:
<BEA_HOME>/weblogic81/samples/domains/workshop/startWebLogic.sh
Launch the service either by opening it in WebLogic Workshop and selecting the Start operation or by entering http://localhost:7001/WebApp/handlingData/multipleForms/multipleFormsController.jpf in the address bar of your browser. If WebLogic Server is running in the Workshop domain on this machine, you may click here to run the sample.