@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 閱讀(214)
評論(0) 編輯 收藏 所屬分類:
Struts2