Results 1 to 3 of 3

Thread: Beginning in Spring

  1. #1
    Join Date
    May 2012
    Posts
    14

    Default Beginning in Spring

    I am with my first application Spring, the classic "HelloWorld", the problem I have is that when creating a project from the STS using "Spring Project Template" and I get buggy without programming a line of code gives me the error in the pom.xml (Not dependencies of Maven loaded correctly, all the Maven jar in the Java Build Path looks wrong to me) and I created jsp default under the folder views "home.jsp" I make mistake in the first line: Can not find the tag library descriptor for http://java.sun.com/jsp/jstl/core

    <% @ Taglib uri = "http://java.sun.com/jsp/jstl/core" prefix = "c"%>

    It is the platform:

    SO -> Microsoft Windows XP Home Edicion Version 2002 Service Pack 3
    STS -> sts-2.8.1.RELEASE
    Ecplipse Indigo -> eclipse-jee-indigo-SR2-win32
    JDK -> jdk1.6.0_32

    Thank you very much,

  2. #2
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    747

    Default

    Please do a full build of your project. This is a caching problem of webtools. See here for more info:
    https://issuetracker.springsource.com/browse/STS-2128
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

  3. #3
    Join Date
    May 2012
    Posts
    14

    Default

    Thanks for the solution

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •