论坛首页 Java企业应用论坛

Struts2如何将Action翻译成Url [已解决]

浏览 2692 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2008-04-23  
如果定义了
<action name="GoAction_*" method="{1}"
			class="tutorial.JsonPluginAction">
			<result name="input">MyJsp.jsp</result>
			<result name="list" type="json" />
		</action>

怎么能将GoAction_list在代码中翻译成/Struts2Json/GoAction_list.action

在页面上是可以使用<s:url>标签的,这个标签中使用了valueStack。

其实我只要取得.action就够了,怎么才能取得配置的
<constant name="struts.action.extension" value="action"></constant>


   发表时间:2008-04-24  
是取不到吗?
0 请登录后投票
   发表时间:2008-05-12  
答案公布:
http://hi.baidu.com/chinastruts/blog/item/e91624d32c4d44daa8ec9a53.html
0 请登录后投票
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics