What is the best way to set headers on the HttpResponse to control things such as caching directives?
For example:
response.setHeader("Cache-Control", "no-cache");
Would I need to implement a PhaseListener? Is this done through config
parameters of some kind? Should I just include a scriptlet in
each JSP page?
-Ken
- setting headers on the response in JSF Ken Weiner
- Re: setting headers on the response in JSF Thomas Spiegl

