Skip to content

TagExtraInfo in Jakarta JSP not working #7

@uqpik

Description

@uqpik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions