本人想在登陆里加个判断,假如是管理员去管理员的Action,会员就去会员的Action
以前也没出现这种情况,突然就报错了,
代码是
<action name=”denglu1″ class=”cn.struts.Denglu1″ method=”yanzheng”>
<result name=”success” type=”redirectAction”>${yanzh }</result>
<result name=”input”> denglu.jsp</result>
</action>
红叉的提示信息是 Action ${yanzh } cannot be found in the namespace /
但是不影响使用,能跳转过去。
看见红叉心里难受,帮个忙解决一下!谢谢路过的高手!
以前也没出现这种情况,突然就报错了,
代码是
<action name=”denglu1″ class=”cn.struts.Denglu1″ method=”yanzheng”>
<result name=”success” type=”redirectAction”>${yanzh }</result>
<result name=”input”> denglu.jsp</result>
</action>
红叉的提示信息是 Action ${yanzh } cannot be found in the namespace /
但是不影响使用,能跳转过去。
看见红叉心里难受,帮个忙解决一下!谢谢路过的高手!
解决方案
20
对着xml右键myeclipse选择exclude from validation试试。
10
就是不让myeclipse给你的xml验证而已。
10
对着xml右键myeclipse选择exclude from validation试试。
可以了。可以告诉本人为什么是这样吗?
为什么会突然这样,本人是小白。就是不让myeclipse给你的xml验证而已。
那这个对程序有使命影响吗
测试功能正常就行了。没啥影响