大家好我只是想創建一個簡單的JSP標籤JSP標籤沒有java代碼
如:
abc.tag
<div>
<table>
....
</table>
body content goes here
</div>
so when in the other pages i can use my tag like this
<tag:abc>
acutally body content
</tag:abc>
我怎麼能做到這一點沒有java代碼???因爲我的標籤的功能是簡單的, 我不想爲它寫一堆東西
另請參閱帶有'tag files'的jsp自定義標籤 - https://today.java.net/article/2003/11/13/easy-custom-tags-tag-files-part-1 – 2014-05-06 17:31:23