From 56aa5e0e6064721351251c1b6f3f32956e360afa Mon Sep 17 00:00:00 2001 From: tim holloway Date: Mon, 5 Feb 2024 15:43:21 -0500 Subject: [PATCH] Additional instructions added to README --- README.md | 6 +++++- src/main/resources/application.yml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef011a4..a3dbea1 100644 --- a/README.md +++ b/README.md @@ -107,4 +107,8 @@ Note that by default, JSF caches ViewState in a session so every JSF View can cause a session to be created, not just Views that reference View- or SessionScoped backing beans. This is alterable by setting an option in the faces-config. -force \ No newline at end of file +force + +### Developer/deployer note. Because of caching, updated installations +may not render properly. Manually request the "/main.xtml" resource +and that should flush out stale info being used by "/main.jsf". diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 36d249e..6fc99d1 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -34,7 +34,7 @@ server: gourmet: password: file: .gourmetpw - + joinfaces: primefaces: - theme: casablanca + theme: bluesky