Re: single action for multiple forms

2005-04-20 Thread Michael J.
If these are input pages, then who cares how many of them and what are they. All they send to the server is an HTTP request. It is up to you to build search expression out of it. That is the power of Struts comparing to page-oriented event-driven frameworks ;) If you want to accept input from these

RE: single action for multiple forms

2005-04-20 Thread Fogleson, Allen
Yes. :) Ok that is the short answer. The longer answer is that yes you can do it but it could be almost as easy to have separate actions depending on how you are handling the actionForm(s). There is nothing in the framework however that disallows the use of a single action for multiple forms. Con