eclipse中安装MyEclipse之后.
把Struts把所有的.jar加到你应用的/WEB-INF/lib下
所有的.tld和.xml加到/WEB-INF下.
web.xml配置servlet和Tablib就可以了

解决方案 »

  1.   

    在Web.xml加入就增加了标签
    <%@ taglib uri="/tags/struts-bean" prefix="bean" %>
    <%@ taglib uri="/tags/struts-html" prefix="html" %>
    <%@ taglib uri="/tags/struts-logic" prefix="logic" %>
      

  2.   

    为什么我在加了那个插件org.easystruts.eclipse_0.6.4后打开eclipse在window->preferences找不到easy struts???为什么
      

  3.   

    easystruts不支持eclipse3.0以上版本的
      

  4.   

    下载myEclipse,装上就能用,不用配置,很爽http://www.myeclipseide.com/有下载,注册码到网上搜索吧
      

  5.   

    http://blog.csdn.net/baggio785/archive/2006/03/10/620535.aspx,说得很详细