facebook

quick JSTL question

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #276698 Reply

    flybuzz
    Member

    I was hoping that if I type <c: and then hit auto-complete it would give me a list of core jstl tags and also automatically add the

    <%@ taglib prefix=”c” uri=”http://java.sun.com/jsp/jstl/core&#8221; %>

    at the top for me. But it’s not doing that. I have already added the JSTL capabilities. Am I just suppose to type/paste in <%@ taglib prefix=”c” uri=”http://java.sun.com/jsp/jstl/core&#8221; %> manually each time I want to use it?

    #276760 Reply

    Riyad Kalla
    Member

    Yes, or you can just add them to a common jspf (fragment) and import it on all the pages using <%@ include file=”” %>

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: quick JSTL question

You must be logged in to post in the forum log in