@Actions( {
@Action(value = "/customer", results = {
@Result(location = "simpleecho.jsp", name = "success"), @Result(location = "simpleecho.jsp", name = "input")
})
})
是什么意思?尤其是第二个@Result
写成配置文件形式该怎么写呢?
posted on 2010-04-16 10:33
bobby 阅读(206)
评论(0) 编辑 收藏 所属分类:
Struts2