private String location;//jsp文件名
...getter()
...setter()
@Action(value = "reportData", results = { @Result(location = "report/${location}.jsp") })
struts2注解的动态参数
原文:http://www.cnblogs.com/yushouling/p/4916726.html