Mario Ivankovits wrote:
Mike Kienenberger wrote:Well, you can either implement StateHolder and restore the values in restoreState
I tried it now but it wont work.If I implement SateHolder only in my managed bean I'll get a "Not Serializable Exception" when using x:saveState.
So it looks like I have to stick to my "State" inner class if I still would like to have dependency injection.
--- Mario

