I tried desperately to maintain references to Notes objects within a bean.
I always got a stupid error, either 500 or serialization error…
then I stumbled across this excellent article.
Solution Summary:
don’t use “view” for bean scope if you need to serialize notes objects! use session or request scope.
Stupid!!! really stupid!!!
but now I got my stuff working
Michael