tld文件该放在什么目录下
1个回答
展开全部
tld可以和jsp文件放在一个目录下
比如有一个hello.tld
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib (View Source for full doctype...)>
- <taglib>
<tlibversion>1.0</tlibversion>
<jspversion>1.1</jspversion>
<shortname>mt</shortname>
<info>hello</info>
- <tag>
<name>hello</name>
<tagclass>HelloTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>a simple examples</info>
</tag>
</taglib>
其中的HelloTag在你定义的servlet目录下
比如有一个hello.tld
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib (View Source for full doctype...)>
- <taglib>
<tlibversion>1.0</tlibversion>
<jspversion>1.1</jspversion>
<shortname>mt</shortname>
<info>hello</info>
- <tag>
<name>hello</name>
<tagclass>HelloTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>a simple examples</info>
</tag>
</taglib>
其中的HelloTag在你定义的servlet目录下
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询