每个人,我都有弹跳的问题。当我使用基于配置文件的around建议时,它将返回一个strust请求。但它不起作用。打击显示:
public Object invoke(ProceedingJoinPoint joinPoint) throws Throwable
{
return joinPoint.proceed(); //this will return 'addEmp';
}
这样的struts.xml:
<action name="xxxx" class="xxx">
<result name="addEmp">pers_xxx.action</result>
</action>
我是怎么做到的?