I have a (IBM)jsf 1.2 application where i try to show errors at the top of the page using a faces managed bean, my problem is if an error is created in one of a component getter and i write it to the faces managed bean (error bean),the errorbean is not rendered properly and the reason is the jsf calls the getter of the error bean before the other component that is writing to the error bean.
so how can i force jsf to rerender the whole page again or specify which competent to be rendered firs.
Thanks