struts2 神奇配置
在struts.xml中
<action name="*_*">
<result>/{1}/{2}.jsp</result>
</action>
其中{1}代表第一個*的值
<action name="*_*">
<result>/{1}/{2}.jsp</result>
</action>
其中{1}代表第一個*的值
posted on 2009-12-29 14:40 mingruofei 閱讀(72) 評論(0) 編輯 收藏
posted on 2009-12-29 14:40 mingruofei 閱讀(72) 評論(0) 編輯 收藏