Melloware created MYFACES-4608:
----------------------------------
Summary: FACELETS_REFRESH_PERIOD Settings
Key: MYFACES-4608
URL: https://issues.apache.org/jira/browse/MYFACES-4608
Project: MyFaces Core
Issue Type: New Feature
Components: General
Affects Versions: 4.0.1, 2.3-next-M8, 3.0.2, 2.3.10
Reporter: Melloware
Original issue came up in Quarkus conversation:
[https://github.com/quarkiverse/quarkus-primefaces/issues/75]
User had this setting in web.xml and was wondering why he could not hot reload
pages in DEV Mode
{code:java}
<context-param>
<param-name>jakarta.faces.FACELETS_REFRESH_PERIOD</param-name>
<param-value>-1</param-value>
</context-param>
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)