Rick-

I'm faced with this same problem on a new project and have been
thinking along these same lines. What kind of issues have you run
into? The kind of things that I see being a problem is specifying
which sets of actions are associated with what items in a session, and
which sets of actions are resumable and which ones clear state if one
navigates away from the path. Oh yeah, and the general mechanism used
to store information, is it one big bean or a session, but that's
almost trivial compared to the other things I mentioned.

Note I've purposefully avoided mentioning the "W" [wizard] word :-)

-ed

On 7/28/05, Rick Reumann <[EMAIL PROTECTED]> wrote:
> Werner Punz wrote the following on 7/28/2005 11:46 AM:
> >
> > c) You can try to add the stuff manually to the session and remove it
> > later, which also is problematic in case of an error because then you
> > have a mem leak caused, by a tangeling object in the session.
> 
> Above is talked about a lot on this list, but have yet to see a good
> implementation of it. I think it will be a difficult undertaking and
> could be a pain to configure. The control mechanism will have to figure
> out when and what to clear out of the Session at any given time. Say the
> user clicks on some other link.. that path(I'm assuming) will have to be
> checked to see if it's safe to remove x number of Session based objects.
> I've tossed around with the idea of associating certain 'paths' with a
> Session scoped action form and as each request passes through the main
> filter it would check the path and based on the path and certain objects
> in scope certain ones would be be removed. Seemed like such a pain
> though so I gave up before I even really started on it:)
> 
> 
> --
> Rick
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to