I have the following chain of events in an app ActionA -> PageA -> ActionB -> ActionC
All transitions are forward requests (not redirects) and PageA -> ActionB is a POST. In ActionA I have a form bean prepopulated with a collection to display and choose one of in PageA. ActionB then needs to get this info back out of the form. The problem is, since everything is in request scope, once the ActionA -> PageA forward is completed, the bean is no longer valid. Is there any way to get the bean to transfer to the next request, or do I need to use a session bean instead (definitely not ideal as then I have to put the cleanup for it in numerous places). Thanks Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]