Hi,
I am a newbie to
struts. I have something like this:
-2 dropdown lists:
college:[college list]
school:[school list]
-search results: once college and its scholl are selected, its departments will be displayed at the bottom of the page. The results may displyed across sevaral pages if number of depts is huge, users can
get more results using next/previous links.
How should I design this page? Should I use frames, or use tables to do
this? As for two dropdown lists (criteria), shouls I write oneactionForm or two?
Thanks,