i want to save state (using t:saveState) of my backing bean. problem is that my backing bean has injected by springvariableresolver somme business logic beans (transaction proxies).
i get exception: java.io.NotSerializableException: org.springframework.beans.factory. support.DefaultListableBeanFactory i guess taht my bussiness logic bean wrapped by transaction proxy contains sommething that is not serializable...? how do You guys workaround this kinds of problems? i can obviously get rid of dependency incjection in my faces config and get business beans from spring context in every action method, but i dont like this solution:P Slawek s. ---------------------------------------------------- Oglądaj -> Wydarzenia.wp.pl -> Wiesz, co najważniejsze! Najbardziej aktualne materiały filmowe - Kliknij: http://klik.wp.pl/?adr=www.wydarzenia.wp.pl&sid=876

