Version 1 (modified by waue, 15 years ago) (diff) |
---|
JSP 支援多國語系
Tomcat + JSP + i18n + taglib
環境
- sun java jdk 6
- tomcat 6
使用 Eclipse 開發
web.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> <web-app> <display-name>i18n</display-name> <welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.htm</welcome-file> <welcome-file>index.jsp</welcome-file> </welcome-file-list> <taglib> <taglib-uri>http://jakarta.apache.org/taglibs/i18n-1.0</taglib-uri> <taglib-location>/WEB-INF/taglibs-i18n.tld</taglib-location> </taglib> </web-app>
Attachments (2)
- taglibs-i18n.tld (11.0 KB) - added by waue 15 years ago.
- taglibs-i18n.jar (28.9 KB) - added by waue 15 years ago.
Download all attachments as: .zip