看來是為javafx的發(fā)布做的更新,安裝界面已經(jīng)體現(xiàn)Javafx

posted @ 2008-12-03 20:47 沒完沒了 閱讀(190) | 評論 (0) | 編輯 收藏
|
|||
看來是為javafx的發(fā)布做的更新,安裝界面已經(jīng)體現(xiàn)Javafx
![]() posted @ 2008-12-03 20:47 沒完沒了 閱讀(190) | 評論 (0) | 編輯 收藏 方法1:直接在跳轉(zhuǎn)url后面跟參數(shù)
<result type="redirect-action">edit?id=${id}</result> 直接jsp頁面 ![]() 方法2:使用參數(shù)<param> <result name="success" type="redirect-action"> <param name="id">${id}</param> </result> 我使用到<result type="redirect-action">edit?id=${id}</result>,可以成功接收 注意:屬于struts2 action的地址不帶struts后綴,即不帶.do、.action等, 參考文章地址: http://www.kudee.cn/html/Develop/Struts/20070916/2257.html http://blog.csdn.net/mengfanpp/archive/2007/12/16/1942059.aspx http://struts2.group.javaeye.com/group/blog/134505 posted @ 2008-10-28 11:29 沒完沒了 閱讀(382) | 評論 (0) | 編輯 收藏 posted @ 2008-07-01 20:23 沒完沒了 閱讀(260) | 評論 (0) | 編輯 收藏 posted @ 2008-07-01 20:22 沒完沒了 閱讀(263) | 評論 (0) | 編輯 收藏 |
|||