Hi,

I already understood that in order to work in a clustered environment, I need to work in a mode of javax.faces.STATE_SAVING_METHOD=client.

My question is what I do when I have a managed bean in session scope and this bean has binding to some component. JSF components are not serializable and because of that the bean itself is not serializable either, so I end up with no solution for clustering.

Thanks.

Reply via email to