Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
4.0.1
-
None
-
None
Description
Based on the previous discussion that web.xml init parameters should be evaluated for EL expressions by default.
for example:
<context-param>
<param-name>jakarta.faces.FACELETS_REFRESH_PERIOD</param-name>
<param-value>#{facesContext.application.projectStage eq 'Development' ? 2 : -1}</param-value>
</context-param>
Attachments
Issue Links
- links to