4月 7th, 2008at 12:42

Tags: ,

Struts1.3.5のタグライブラリ

このエントリーをはてなブックマークに追加

設定 

TLDファイルはstruts-taglib-1.3.5.jarに入っているので、web.xmlにタグリブの指定はいらなくなったみたい。

なんかJSPでの書き方(Standard Syntax)がかわってた。

<%@ taglib uri="http://struts.apache.org/tags-bean"prefix="bean"  %><%@ taglib uri="http://struts.apache.org/tags-html"prefix="html"  %><%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %><%@ taglib uri="http://struts.apache.org/tags-nested" prefix="nested" %><%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
このエントリーをはてなブックマークに追加