web.xml里面welcome-file-list怎么配置action
<welcome-file-list><welcome-file>test.action</welcome-file></welcome-file-list>这样写不行啊...
<welcome-file-list>
<welcome-file>test.action</welcome-file>
</welcome-file-list>
这样写不行啊。会报404错误,要怎么配置
当然都定义好了,直接访问action没有报错 展开
<welcome-file>test.action</welcome-file>
</welcome-file-list>
这样写不行啊。会报404错误,要怎么配置
当然都定义好了,直接访问action没有报错 展开
3个回答
展开全部
直接web.xml里面配置action倒是没有见过。我们这是这样做的
随便写一个JSP页面
在页面里面在转发到你要的Action
web.xml
<welcome-file-list>
<welcome-file>jump.jsp </welcome-file>
</welcome-file-list>
jump.jsp里通过这段代码访问action':
<meta http-equiv='refresh' content='0;url=show.action'>
action是不能放在web.xml中,只能放在struts.xml中
随便写一个JSP页面
在页面里面在转发到你要的Action
web.xml
<welcome-file-list>
<welcome-file>jump.jsp </welcome-file>
</welcome-file-list>
jump.jsp里通过这段代码访问action':
<meta http-equiv='refresh' content='0;url=show.action'>
action是不能放在web.xml中,只能放在struts.xml中
展开全部
在 <welcome-file-list>
<welcome-file>xxxx.action</welcome-file>
</welcome-file-list>
定义需要的Action ,但是得在web目录下新建这个xxxx.action的文件
<welcome-file>xxxx.action</welcome-file>
</welcome-file-list>
定义需要的Action ,但是得在web目录下新建这个xxxx.action的文件
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你action定义在哪,namespace那个,路径要对
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询