previous |
start |
next
Session Tracking
- Create a program that allows the user to keep adding cities and
their time zones
- In the initial HTML form, the web application asks for the name
of the first city
- The JSP page displays the first city and a form to enter
another city
- The user can add as many cities as he likes
- All cities are stored in an object of the MultiZoneBean
class
previous |
start |
next