struts2中怎样把struts-default.xml改成符合自己需要的xml文件,请各位大师指点迷津!
2011-12-816:45:13com.opensymphony.xwork2.util.logging.jdk.JdkLoggerwarn警告:Noconfigura...
2011-12-8 16:45:13 com.opensymphony.xwork2.util.logging.jdk.JdkLogger warn
警告: No configuration found for the specified action: 'loginuser.action' in namespace: ''. Form action defaulting to 'action' attribute's literal value.
2011-12-8 16:45:20 com.opensymphony.xwork2.util.logging.jdk.JdkLogger warn
警告: Could not find action or result
There is no Action mapped for namespace / and action name loginuser. - [unknown location]
at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:178)
at org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:61)
at org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:39) 展开
警告: No configuration found for the specified action: 'loginuser.action' in namespace: ''. Form action defaulting to 'action' attribute's literal value.
2011-12-8 16:45:20 com.opensymphony.xwork2.util.logging.jdk.JdkLogger warn
警告: Could not find action or result
There is no Action mapped for namespace / and action name loginuser. - [unknown location]
at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:178)
at org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:61)
at org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:39) 展开
4个回答
展开全部
你可以把自定义的xml加在struts2,xml中:
比如下面的例子是定义在strutes2.xml中的
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
<include file="./struts-report-conf.xml"></include>
<include file="./struts-utility-conf.xml"></include>
</struts>
下面你该知道如何做了
比如下面的例子是定义在strutes2.xml中的
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
<include file="./struts-report-conf.xml"></include>
<include file="./struts-utility-conf.xml"></include>
</struts>
下面你该知道如何做了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<!--配置一个包,该包名为default,继承struts-default -->
<package name="default" extends="struts-default">
<package name="default" extends="struts-default">
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个只有自己定义的配置文件了!struts.xml都是从这个里面继承的!里面定义了各式各样的拦截器!这个不能改!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询