views:

29

answers:

1

I understand this is supposed to happen automatically, but it's doing anything but in my experience. Does anyone know how to serialize a Bean which has indirect/direct references to other non-serializable Beans/classes?

+1  A: 

I think only session scoped beans are serialized automatically. There's a similar case here. So, all credits to Hans Westerbeek.

Sinuhe