In Flow View, right-click the response.jsp icon
and select Create.
Edit the Page
In Flow View, double-click the response.jsp
icon to open this page in Design View.
In DesignView, right click the text New
Web Application Page and select Cut.
From the Palette tab, drag and drop the Label
icon into Design View.
Click the gray label icon to ensure that it is selected.
In the Property Editor, in the section labeled General,
in the value property, enter {request.message},
and press the Enter key. This will cause the Stringmessage,
which is created by the hello method,
to be displayed
on the page.
Press Ctrl+S to save your work.
Test the Web Application
On the Application tab, double-click the file HelloController.jpf.
Click the Start button, shown below:
When the Workshop Test Browser launches, in the Name
field, enter [your_name], and click hello.
Your data is submitted to the hello method,
a message is constructed, and that message is displayed on the response.jsp
page.
Click one of the following arrows to navigate through the tutorial: