I need to set some values whenever a JSF page is called. So I looked at the lifecycle methods, thinking I'll be able to override, for example, the restoreView method so that I can set to null some of the page's properties. But I can't seem to find any example of anyone doing so. If you can point me to a tutorial, or an example, or let me know what is the right way for doing so -- I'd greatly appreciate it. Thanks!
Thinking out loud: maybe there is a phase in the xhtml generation when I can call a method on the backing bean, and set my values before anything else is rendered?