0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

JSTLの導入

Posted at

JSTLの導入

➀「jstl-api-1.2」と「jstl-impl-1.2」を入手する(2020年5月30日現在)
➁WEB-INF/libフォルダに配置する。
➂jspでtaglib宣言する。<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>

参考文献:https://sukkiri.jp/technologies/libraries/jstl/jstl_install.html

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?