【发布时间】:2011-03-16 13:19:37
【问题描述】:
我在 Struts2 中使用 Servlet。一旦 Servlet 中的过程完成,我需要调用 Struts2 操作。我在我的 struts.xml 中使用<constant name="struts.action.excludePattern" value="/myServlet"/>。如何从我的 Servlet 调用 Strtus2 操作?
【问题讨论】:
-
您在 struts2 应用程序中使用的 Servlet 是什么?
-
已解决:在 web.xml 中添加了
REQUEST FORWARD