1 ActionConfig config = 2 ActionContext.getContext() 3 .getActionInvocation().getProxy().getConfig(); 4 ResultConfig resultconfig = 5 config.getResults().get("string");
struts中如何查看配置文件中是否存在某个返回值
原文:http://www.cnblogs.com/of-course/p/6814532.html