Hi
I just have a few hopefully easy questions on
struts.
1. In a struts application is every page passed to the actionServlet? For example if i have a
jsp page which does nothing but provide a link to another jsp page (which does nothing) is it necessary to pass control to the digester
servlet which will then use a mapping and an action object which simply contains a forward to the intended page. This seems like an unneccsary overhead.
2. Are actionForm objects always needed? What if the page does not submit a form?
3. Can you have multiple actions per action-mapping element in the config file? If so are these all eecuted in sequence? If not how do you determine which to use?
Thanks
Kola