/prod/find.action
<%= request.getContextPath() %>/prod/find.action
两个都试过了?

解决方案 »

  1.   

    <%= request.getContextPath() %>/prod/find.action应该就是这个啊
      

  2.   

     <s:div id="dataArea" href="<%=request.getContextPath() %>" theme="ajax" formId="subForm"  listenTopics="showDetail" />
      

  3.   

    request.getContextPath() 就是获取当前页面的根路径的
      

  4.   

    s:div中虽然有href,但是html的div元素中似乎没有href属性呀,可能是struts2的实现有问题楼主改成onclick是否可以
      

  5.   

    href='<c:out value="${pageContext.request.contextPath}"/>/prod/find.action'
      

  6.   

    报什么错啊?你用request.getContextPath("/");试试看.