常见问题汇总(五)——关于struts

1、 无法返回至result标签定义的结果

name属性必须小写

2、 namespace和actionName注意事项

nameSpace形如/*,actionNamex形如*,这对应访问路径为nameSpace/actionName

3、 This is usually caused by using Struts tags without the associated filter

在xml中添加

   
 struts2   
 *.jsp   
  

你可能感兴趣的:(常见开发问题,struts)