-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSP很多页面跳转不了,跳转目标页面还有目录下不存在的名称 #6
Comments
同样的问题,测试了一下,控制层都没有调用 |
主要问题都在button标签上,部分需要加个Examination_System;在再好好看看控制层中的redirect后边的路径有的也需要修改,主要去看看spingmvc.xml中前后缀是怎么写的;另外Apache-shiro不太懂,但是原作者都写了,登陆界面却都注释掉了不知道为什么,总之shiro我认为根本没有用到。 |
可以了,调试了一下,没什么问题 |
button标签上有写着${pageContext.request.contextPath},并且删除该句加上Examination_System依然没效果(404).. |
你清楚原理的话按照规则自己找 主要都是重定向路径的问题。不清楚规则就看没啥用 |
老哥,可以私聊请教下你吗? |
萌新摸索出来了!${pageContext.request.contextPath}/ <-在跳转不了的link前面加上这个就可以啦ww |
No description provided.
The text was updated successfully, but these errors were encountered: