我正在使用带有 Tiles 的 struts 2。
我需要直接从一个类中强制执行一个操作,以便覆盖当时使用 struts 的那个。我的行动是
<action name = "salvaAnagraficaDocumenti"
并且必须成为
<action name = "listaAnagraficaDocumenti"
不仅是我必须在课堂上而不是在 XML 中做的集合
我能怎么做?我应该使用什么对象以及如何使用?ActionComponent 组件 ActionConfig 配置 ActionContext 上下文
有人可以帮助我吗?