Page Navigation Using Hyperlinks
We want Start.jsp to render a page with a link that
looks like this.
When the link is clicked, we want to navigate to Welcome.jsp.
To accomplish this:
- Drag a Hyperlink component from the Woodstock Basic
palette to Start.jsp's design editor
- Change the component's text property to "Click here to
enter..."
- Click the
button for the url
property to get the
url property dialog and select Welcome
Here is the generated
Start.jsp file.
Now run the application to test the navigation in your browser.