Hi,
in a web project using myFaces 2.1.8, I use the following line of code in a
composite component in order to include external content:
<ui:include
src="file:/#{someSingletonBean.externalContentDir}/#{cc.attrs.externalContentFilename}"
/>
The FACELETS_REFRESH_PERIOD context param is set to 2 hours.
Changes made to the external content files are however not refreshed until the
server gets restarted.
Is there a way to populate these changes to myFaces without restarting the
server?
Regards,
Martin