How to use multiple forms / actions in a single view in Struts 2
问题 I have a search box which is displayed on every page. The JSP code for the search box is inserted into every page via tiles. The search box has a form and an action class SearchAction which needs to preload some properties for drop down boxes. The SearchAction class has an input() method, which does this initialization. Some pages also have their own form in the main area. Also with their own action class. They also have an input() method which does some preloading. Is it possible to use two