This content has been marked as final.
Show 1 reply
-
1. Re: Access keepAlive bean from servlet
nbelaevski Dec 9, 2008 6:17 AM (in response to rwong4000)Hello,
It's possible only in the case when your servlet is invoked after VIEW_RESTORE phase of JSF lifecycle has been run. See org.ajax4jsf.application.AjaxStateManager#restoreAdditionalState(FacesContext, Object) for more information.