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 クラスと相互作用すると、(実行中または Conception で) 問題になるのではないかと思います。
たとえば、Page.jsp に LoginAction.java、AdvertiseAction、および NewsAction.java を指定します。アドバイスありがとうございました!
Struts2 はアクションベースです。もちろん、1 つの JSP は多くのアクション クラスと対話できます。アクションの実行後に jsp に転送するだけです。これは通常、 で行われstruts.xmlます。しかし、なぜアプリケーションで単一の jsp を使用したいのでしょうか?
struts.xml