Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Struts2 的初学者。我想知道如果同一个页面与许多 Action 类进行交互是否会成为问题(在运行或概念中)。
例如,page.jsp 与 LoginAction.java、AdvertiseAction 和 NewsAction.java。非常感谢您的建议!
Struts2 是基于动作的。当然,单个 jsp 可以与许多动作类交互。您需要做的就是在您的操作执行后转发到您的 jsp。这通常在struts.xml. 但是,为什么要在应用程序中使用单个 jsp?
struts.xml