Java之旅
Record my Java-learning progress.
posts - 1,comments - 17,trackbacks - 0

如果web.xml文件的头是这样的:

<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">

直接在web.xml里面加:

<taglib>

  
<taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>

  
<taglib-location>/WEB-INF/struts-logic.tld</taglib-location>

</taglib>

如果web.xml文件的头是这样的:

<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee   http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

在web.xml后面加

<jsp-config>

<taglib>

  
<taglib-uri>/WEB-INF/validator-user.tld</taglib-uri>

  
<taglib-location>/WEB-INF/validator-user.tld</taglib-location>

</taglib>

</jsp-config> 

关键字:   struts web.xml <taglib>
posted on 2007-07-16 09:39 胡昆栄 阅读(241) 评论(0)  编辑  收藏 所属分类: Struts

只有注册用户登录后才能发表评论。


网站导航: