Additional instructions added to README
This commit is contained in:
parent
cbef0da7e2
commit
56aa5e0e60
|
@ -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
|
JSF View can cause a session to be created, not just Views that
|
||||||
reference View- or SessionScoped backing beans. This is alterable
|
reference View- or SessionScoped backing beans. This is alterable
|
||||||
by setting an option in the faces-config.
|
by setting an option in the faces-config.
|
||||||
force
|
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".
|
||||||
|
|
|
@ -34,7 +34,7 @@ server:
|
||||||
gourmet:
|
gourmet:
|
||||||
password:
|
password:
|
||||||
file: .gourmetpw
|
file: .gourmetpw
|
||||||
|
|
||||||
joinfaces:
|
joinfaces:
|
||||||
primefaces:
|
primefaces:
|
||||||
theme: casablanca
|
theme: bluesky
|
||||||
|
|
Loading…
Reference in New Issue
Block a user