Andrew Hill wrote the following on 10/25/2004 8:41 PM:
In your case you probably dont need to go as far as I did. You could perhaps just keep track of the pages in the stack in a session scoped collection and override the requestProcessor to look in that collection for the form instead of instantiating it. If it finds a form in that collection it can use that (storing it under the normal key in the session (or even request actually. Hmm) where the other strust things (like tags) will look. (You will note we need to go via an action rather than hitting any JSPs directly here so that we make a trip through the requestProcessor where our code will find the form and put it in the appropriate place!)
Yea, I thought about some kind of session manager but too close to crunch time to get the application out. I'll just make sure we have tons and tons of RAM if performance becomes a problem:)
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]