Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find the tag library descriptor for jstl #60

Closed
apupier opened this issue Oct 13, 2017 · 1 comment
Closed

Cannot find the tag library descriptor for jstl #60

apupier opened this issue Oct 13, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@apupier
Copy link
Contributor

apupier commented Oct 13, 2017

I have it 19 times:

image

the code looks like that:

image

@jamesnetherton jamesnetherton self-assigned this Oct 13, 2017
@jamesnetherton jamesnetherton added this to the 4.9.0 milestone Oct 13, 2017
@jamesnetherton jamesnetherton changed the title "Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"" when importing examples in Eclipse Can not find the tag library descriptor for jstl when importing examples in Eclipse Oct 13, 2017
@apupier
Copy link
Contributor Author

apupier commented Oct 13, 2017

it loosk alike that we need to decalre the jstl depdency as provided. In last version of wildfly examples, they provide it using org.apache.taglibs:taglibs-standard-impl:
https://github.com/wildfly/quickstart/blob/11.x/kitchensink-jsp/pom.xml#L60
in previous ones they were using javax.servlet:jstl https://github.com/wildfly/quickstart/blob/10.x/kitchensink-jsp/pom.xml#L133

apupier added a commit to apupier/wildfly-camel-examples that referenced this issue Oct 16, 2017
JSTL is required to have Eclipse resolving dependency on jsp pages. Set
it as provided as Widlfly is providing an implementation.
apupier added a commit to apupier/wildfly-camel-examples that referenced this issue Oct 16, 2017
JSTL is required to have Eclipse resolving dependency on jsp pages. Set
it as provided as Widlfly is providing an implementation.

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier added a commit to apupier/wildfly-camel-examples that referenced this issue Oct 17, 2017
JSTL is required to have Eclipse resolving dependency on jsp pages. Set
it as provided as Widlfly is providing an implementation.

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
fusesource-ci pushed a commit that referenced this issue Oct 17, 2017
JSTL is required to have Eclipse resolving dependency on jsp pages. Set
it as provided as Widlfly is providing an implementation.

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
@tdiesler tdiesler changed the title Can not find the tag library descriptor for jstl when importing examples in Eclipse Can not find the tag library descriptor for jstl Oct 18, 2017
@tdiesler tdiesler changed the title Can not find the tag library descriptor for jstl Cannot find the tag library descriptor for jstl Oct 18, 2017
tdiesler pushed a commit that referenced this issue Oct 18, 2017
JSTL is required to have Eclipse resolving dependency on jsp pages. Set
it as provided as Widlfly is providing an implementation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants