Differing Uses of Form Beans
It is important to recognize that
the loginForm and optionsForm beans are used in contrasting
ways:
- The loginForm bean is
- modified by tags in login.jsp
- accessed by the LoginAction class
- The optionsForm bean is
- accessed by tags in options.jsp
- modified by the ShowOptionsAction class
options.jsp accesses the optionsForm bean so that it can iteratively
display basketball database options in a selection box.