Hi, I have a page which i want to make some specific kind of checks on the data it contains before it loads. I have used life cycle events to call a method which i have implemented in the page's backing bean, but it kept giving me null, which means that the values have not been initialized yet. So, is there ...