写绝对路径看看/工程名/.....文件夹名字/.....do?.......或者删除下work再看看

解决方案 »

  1.   

    建议你把你的struct里边的访问路径设置成/TaskFirstAffirmAction,然后把对应的jsp写成包含task的路径,
    这样应该就不会出问题了
      

  2.   


    <a   href='<%==request.getContextPath() %>TaskFirstAffirmAction.do?listId= <bean:write   name="ind"/> '   class="STYLE4"> 审批 </a>
      

  3.   

     晕 , CSDN 上做的标签竟然没有做嵌套,红色字体没有显示出来 。<a   href='<%==request.getContextPath() %>TaskFirstAffirmAction.do?listId= <bean:write   name="ind"/> '   class="STYLE4"> 审批 </a>
     
     
       
      

  4.   

    有问题加 JSP技术交流群 : 51531595
      

  5.   

    一般情况下可以使用<html:rewrite>标签 或者<%=requqest.getContextPath()%> 来包括web的根路径