Category Archives: JSP

Why JSTL tags in JSP were not working locally?

I have created two JSP pages (toBeImportedPage.jsp and mainPage.jsp). I need to import the toBeImportedPage.jsp inside the mainPage.jsp. To achieve this I have used JSTL tag libraries (<%@ taglib uri=”http://java.sun.com/jstl/core&#8221; prefix=”c”%>) in the mainPage.jsp and <c:import> tag to import the jsp. Both JSP … Continue reading

Posted in JSP, JSTL | Tagged , , , , , , | Leave a comment