使用SSH2搭建的框架,跳转出现问题
我用SSH2搭建的框架,首先进入首页,就是WebRoot下的index.jsp输入账号密码,判定进行跳转,成功的话,跳转到WebRoot/tables/index.jsp...
我用SSH2搭建的框架,首先进入首页,就是WebRoot下的index.jsp
输入账号密码,判定进行跳转,
成功的话,跳转到WebRoot/tables/index.jsp
同时tables下面还有top.jsp 、menu.jsp 、 main.jsp
我的WebRoot/tables/index.jsp采用的是
<frameset name="FirstSet" framespacing="0" border="0" frameborder="0" rows="100,*">
<frame name="titleFrm" scrolling="no" src="./top.jsp" noresize marginwidth="0" marginheight="0">
<frameset name="Second_1Set" cols="150,*">
<frame name="MenuFrame" scrolling="no" noresize src="./menu.jsp" marginwidth="0" marginheight="0">
<frame name="ContentFrame" marginwidth="0" marginheight="0" scrolling="yes" src="./main.jsp">
</frameset>
但是启动之后,老是显示The requested resource (/SSHE1/main.jsp) is not available.
请问怎么寻找到当前的路径
struts.xml配置:
<action name="Login" class="LoginAction" method="login">
<result name="success">/tables/index.jsp</result>
<result name="fail">/fail.jsp</result>
</action> 展开
输入账号密码,判定进行跳转,
成功的话,跳转到WebRoot/tables/index.jsp
同时tables下面还有top.jsp 、menu.jsp 、 main.jsp
我的WebRoot/tables/index.jsp采用的是
<frameset name="FirstSet" framespacing="0" border="0" frameborder="0" rows="100,*">
<frame name="titleFrm" scrolling="no" src="./top.jsp" noresize marginwidth="0" marginheight="0">
<frameset name="Second_1Set" cols="150,*">
<frame name="MenuFrame" scrolling="no" noresize src="./menu.jsp" marginwidth="0" marginheight="0">
<frame name="ContentFrame" marginwidth="0" marginheight="0" scrolling="yes" src="./main.jsp">
</frameset>
但是启动之后,老是显示The requested resource (/SSHE1/main.jsp) is not available.
请问怎么寻找到当前的路径
struts.xml配置:
<action name="Login" class="LoginAction" method="login">
<result name="success">/tables/index.jsp</result>
<result name="fail">/fail.jsp</result>
</action> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询