>[...]
> I know I should know this (it's late, so I have an excuse) but I don't
think
> we have a a way for a Model (or Action, but Model is more important here)
to
> be kept across a session. Formbeans have a nice property in Struts that
you
> can do a "wizard" type UI with little effort because the FormBean can be
> saved and re-used. We should probably get this in WebWork as well, yes?

That sounds like an interesting idea...

For now I've created a solution (interceptor) for applying different
lifecycles to Action properties. I can point what properties are saved for
session/application scope.

And becouse usually I have "model property" in my actions, it's relatively
easy to make it sessioned.

I can put this LifecycleInterceptor into jira as soon as I test it a little
bit.

-- Mike



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to