先前那样是对的,,后检查Project  Properties  中Request  Class的设置

解决方案 »

  1.   

    yingwu0579(ddddddddddddd) 你好,Project  Properties  中Request  Class的设置是在哪?我找完了Project  Properties里边只有CLASS设置
      

  2.   

    参照
    http://community.csdn.net/Expert/topic/3543/3543200.xml?temp=.5566065
    将<%@ taglib uri="struts-logic" prefix="logic" %>
    <%@ taglib uri="struts-bean" prefix="bean" %>
    <%@ taglib uri="struts-html" prefix="html" %>
    改成:
    <%@ taglib uri="/struts-logic" prefix="logic" %>
    <%@ taglib uri="/struts-bean" prefix="bean" %>
    <%@ taglib uri="/struts-html" prefix="html" %>
    试试