We'd like to include PetClinic as a sample app on the STS dashboard.
Unfortunately it has a validation error when I import the current master branch to STS as an m2e project.
This is the error I am getting:
pageContext cannot be resolved inputField.tag
/spring-pet-clinic/src/main/webapp/WEB-INF/tags
line 11
JSP Problem
Any idea what this error means and how to fix it?
It may very well be the problem isn't actually with the App but with the validations or Eclipse classpath. The app seems to deploy just fine to Tc Server in STS despite the error.
We'd like to include PetClinic as a sample app on the STS dashboard.
Unfortunately it has a validation error when I import the current master branch to STS as an m2e project.
This is the error I am getting:
pageContext cannot be resolved inputField.tag
/spring-pet-clinic/src/main/webapp/WEB-INF/tags
line 11
JSP Problem
Any idea what this error means and how to fix it?
It may very well be the problem isn't actually with the App but with the validations or Eclipse classpath. The app seems to deploy just fine to Tc Server in STS despite the error.