facebook

[Closed] JSTL not autocompleting

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    e20927
    Member

    This is very frustrating. I’ve read https://www.genuitec.com/forums/topic/jsp-taglib-marked-as-invalid-unknown-or-no-autocomplete/, I’ve written my own taglibs and I’ve even had this working with the exact same code base and same version of MyEclipse (5.5.1 GA) on a different machine.

    The issue I’m having is that after importing the JSTL core taglib at the top of my JSP (<%@ taglib prefix=”c” uri=”http://java.sun.com/jsp/jstl/core&#8221; %>), I do not get autocompletion for c-tags (<c:if/>, etc…).

    The jstl.jar file is on my project’s classpath in a User Library I have defined (with all the JBoss jars). If I right-click on my project and select MyEclipse -> Add JSTL Libraries… it tells me, “JSTL is already enabled for this project”, which tells me MyEclipse indeed sees the jstl.jar in the project’s classpath.

    What could be going on?

    #274421

    e20927
    Member

    Okay I have it working now. What I did was to delete the projects from the workspace and then add them again by Importing existing projects into workspace. Not sure why that made it work.

    #274445

    Loyal Water
    Member

    Hmmm .. wierd but Im happy you got it to work.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [Closed] JSTL not autocompleting

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