일거리/html..jsp.script..etc..
[jsp] web.xml 에서 <taglib>가 안될때....
달곰네두목곰
2009. 5. 20. 14:24
<taglib>를 <jsp-config>로 감싸주면 된다..
즉..
<jsp-config>
<taglib>
............
............
</taglib>
</jsp-config>