Hi! > It would be better to have a context initialization parameter to > enable this behaviour.. sometimes it is "expected" to drop request > scoped stuff on redirects :). Yes, when I add the "number of redirects" configuration I'll add this too.
> BTW, nice idea.. Thanks! > Some days ago I was thinking about something similar but "selective", > with an extended navigation rule syntax allowing views to declare the > objects to persist. Hmmmm .... what I can do is to allow to configure something like a TrackRedirectInterface with a method like "int trackRedirect(....)" where one can return a bit combination (or something simmilar) to tell the RedirectTracker which information to save. e.g. even if you drop your beans, you will keep the messages. Thanks for your input! Ciao, Mario
