Chris Cheshire wrote the following on 2/24/2006 5:31 PM:
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).
I'd use the session, but if you don't want to use that then make sure
you put what you need into hidden variables.
--
Rick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]