最近使用struts2+jQueryMobile遇到的問題
2013-11-12 13:25:21,804 ERROR (org.apache.struts2.dispatcher.Dispatcher:38) - Exception occurred during processing request: There is no Action mapped for namespace [/data:image/gif] and action name [AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw] associated with context path [/xxxxxxxxx].
There is no Action mapped for namespace [/data:image/gif] and action name [AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw] associated with context path [/xxxxxxxxx]. - [unknown location]
at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:185)
.....
因為使用的圖片不多,遍尋不著它發生的原因
後來B大同事指示
把原本使用的jquery.mobile-1.3.1.min.css及jquery.mobile-1.3.1.min.js
換成最新版的jquery.mobile-1.3.2.min.css及jquery.mobile-1.3.2.min.js後
問題就解決了 : )