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

TagExtraInfo in Jakarta JSP not working #7

Open
uqpik opened this issue Apr 25, 2024 · 0 comments
Open

TagExtraInfo in Jakarta JSP not working #7

uqpik opened this issue Apr 25, 2024 · 0 comments

Comments

@uqpik
Copy link

uqpik commented Apr 25, 2024

TLD TEI classes are used to create variables for use within JSP code sections.
But after switching to Jakarta package this no longer works. And produces the following errors:

image

The following hotfix works for me:
Within org/eclipse/jst/jsp/core/internal/taglib/TaglibHelper.java

  • Changing ITERATION_QUALIFIER from javax to jakarta
  • private static final String ITERATION_QUALIFIER = "jakarta.servlet.jsp.tagext";
  • copying the jakarta package into org.eclipse.jst.jsp.core_....jar
@nitind nitind changed the title TagExtraInfo in JSP not working TagExtraInfo in Jakarta JSP not working Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant