DMI动态步骤调用 和 通配符

DMI动态方法调用 和 通配符动态方法调用DMI?http://localhost:8080/Struts2/user!add??action nameuser

DMI动态方法调用 和 通配符

动态方法调用DMI

?

http://localhost:8080/Struts2/user!add

?

?

<action name="user" method="{1}">

???????? <result>/Student{1}_success.jsp</result>

</action>

?

<action name="*_*" method="{2}">

??????? <result>/{1}_{2}_success.jsp</result>

</action>

?