Tag Archives: JSP

Use JSP Tag with content body

1.First add this to web.xml: 1 2 3 4 <taglib> <taglib-uri>http://longshine.com/cufj</taglib-uri> <taglib-location>/WEB-INF/tlds/cufjTag.tld</taglib-location> </taglib> 2.Put the tld file into folder: /WEB-INF/tlds/. And the tld file is like this: 1 2 3 4 5 6 7 8 9 10 11 12 13 … Continue reading

Posted in JSP | Tagged , | 8 Comments