Hi, I have an app that uses the tomahawk savestate component to save the state of the backing bean. I have just tried bind a selectonemenu component to the backing bean however as the HtmlSelectOneMenu class is not serializable I get an error as this can not be saved.
If I change to session scope, removing the savestate component the app works, however I do not want the bean to be stored at session level. Has anyone had this problem/got a work-around? Many thanks, Carl -- View this message in context: http://www.nabble.com/%3Ct%3Asavestate..-component-binding-serializable-problem-tf2394756.html#a6677044 Sent from the MyFaces - Users mailing list archive at Nabble.com.

