Skip to content

Commit

Permalink
Support newer Jakarta Faces API versions: 3.0, 4.0, 4.1 (eclipse-jsf#8)
Browse files Browse the repository at this point in the history
code review: revert change in a bug title
  • Loading branch information
bvfalcon committed Oct 22, 2024
1 parent f120196 commit b072e92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ protected String mapValue(String value) {
} else {
// preview mode. let's try to display the value.
try {
//Bug 319317 - Third-party plug-in providing jakarta.el version 2.1 or greater breaks WPE preview
//Bug 319317 - Third-party plug-in providing javax.servlet.jsp.el version 2.1 or greater breaks WPE preview
Map options = new HashMap();
options.put("ELEMENT", _hostElement); //$NON-NLS-1$
return (String) PageExpressionContext.getCurrent()
Expand Down

0 comments on commit b072e92

Please sign in to comment.