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