Answers for "how to import taglib"

1

how to import taglib

Add "<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>" to your *.jsp file

Add the "jstl-1.2.jar"(http://www.java2s.com/Code/Jar/j/Downloadjstl12jar.htm) file to your lib folder.
Posted by: Guest on March-25-2021

Browse Popular Code Answers by Language