<jsp-config>
<taglib>
<taglib-uri>
http://www.acme.com/taglib
</taglib-uri>
<taglib-location>
/WEB-INF/acme-taglib.tld
</taglib-location>
</taglib>
<taglib>
<taglib-uri>
http://www.acme.com/taglib2
</taglib-uri>
<taglib-location>
/WEB-INF/acme-taglib2.tld
</taglib-location>
</taglib>
</jsp-config>
'programming > java' 카테고리의 다른 글
url을 '/' 구분자로 배열로 받아서 분리하기 (0) | 2012.03.20 |
---|---|
모바일 브라우저 접속 정보 (0) | 2012.03.20 |
FCKEditor 예제 (0) | 2012.03.20 |
String -> Reader, InputStream 변환 (0) | 2012.03.20 |
digester (0) | 2012.03.20 |