我正在使用extjs 4 MVC架构,而且我正在使用spring MVC
当我运行我的项目时,我什么都看不到,但是当我使用 firebug 检查时,我看到所有的 js 文件都已加载
这是我在萤火虫中看到的错误
GET http://localhost:8080/Views/Ext4Example/view/login/LoginForm.js?_dc=1366793593142 404 (Not Found) ext-all.js:1
GET http://localhost:8080/Views/app/controller/Login.js?_dc=1366793593216 404 (Not Found) ext-all.js:1
GET http://localhost:8080/Views/Ext4Example/view/login/WestMenu.js?_dc=1366793593147 404 (Not Found) ext-all.js:1
GET http://localhost:8080/Views/Ext4Example/view/login/HomePage.js?_dc=1366793593141 404 (Not Found) ext-all.js:1
GET http://localhost:8080/Views/Ext4Example/model/Login.js?_dc=1366793593151 404 (Not Found) ext-all.js:1
GET http://localhost:8080/Views/app/view/Viewport.js?_dc=1366793593214 404 (Not Found) ext-all.js:1
GET http://localhost:8080/Views/Ext4Example/store/Login.js?_dc=1366793593151 404 (Not Found)
在我看到的 Eclipse 控制台上
24 avr. 2013 10:31:40 org.springframework.web.servlet.DispatcherServlet noHandlerFound
ATTENTION: No mapping found for HTTP request with URI [/Views/Ext4Example/view/login/LoginForm.js] in
DispatcherServlet with name 'mvc-dispatcher'
我还写了映射部分
<mvc:resources mapping="/resources/**" location="/resources/" />
有人有回应吗?