1
INFO: PageNotFound - No mapping found for HTTP request with URI [/appName/requestMapping/methodName] in DispatcherServlet with name 'dispatcher'
嗨 我得到這個錯誤,而所請求的頁面不速效,我的要求是,如果請求的URL是不可用,則檢查請求的URL與數據庫,並執行一些操作,所以我想抓住這一點,那將是巨大的,如果有人能幫助我在這,如何捕捉Spring MVC的映射沒找到,我使用Spring MVC的3.2.2
謝謝
喜感謝回答,雅這個工作,但我不獲取URL,它返回null。 – user1918096
嘗試此操作:\t \t request.getAttribute(RequestDispatcher.FORWARD_REQUEST_URI);' –
嘗試過但它返回空 – user1918096