struts-config 1.1版中的通配符

时间:2008-10-22 15:15:31

标签: java struts wildcard

我的应用程序正在使用struts 1.1。 我正在尝试使用通配符对URL进行分组。

例如,如果操作如下:

action path =“/ edit / product”type =“classname”
  前进的     name =“success”
    path =“。myapp.main”
行动

用上面的第一行替换 action path =“/ edit / *”type =“classname”
不起作用。需要执行任何其他步骤,将以/ edit /开头的任何URL转发到myapp.main?

编辑: 删除了括号,因为代码没有显示出来。

2 个答案:

答案 0 :(得分:1)

据我所知,Struts不支持这种通配符配置。

答案 1 :(得分:0)

laz,它确实支持。 我不确定版本1.1是否支持。

http://www.oreillynet.com/onjava/blog/2004/12/struts_12_offers_cool_new_feat.html