> So we are consistent on the 'state' flag names like -used-....
> Bug 18022, talked about wrapping the ActionForm
> with another class when it was returned from the createActionForm
> method.
> It would have two attributes: -recycled-, and ActionForm.
> 
> It would be nice if the terms -used-, and -recycled- fit a theme.
> Since the code hasn't been written yet, your at liberty to pick that
> theme.

I disagree with the proposed solution to 18022 but, regardless, I don't
see the connection between these two situations.  Maybe I'm not viewing it
correctly but "recycled" doesn't seem to fit the ActionMessages use case.

Commons Resources' MessageList will need a new method so I decided to go
with isAccessed() instead of isUsed().  I'm not particulary attached to
that name so anyone with a better one should speak up :-).  Once we settle
on a name I'll add it to MessageList.

I added RequestProcessor.processCachedMessages() to do the cleanup.  I
wasn't sure of the best place to call it so I called it right after
processPreprocess so that it does the cleanup after pre-processing but
before everything else.  Again, if there's a better name for this method
or better place to call it please chime in with suggestions.

David

> 
> -Rob
> 
> >Comments?
> >
> >David
> >
> >  
> >
> >>-Rob
> >>
> >>
> >>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>    
> >>
> >
> >
> >__________________________________
> >Do you Yahoo!?
> >Yahoo! SiteBuilder - Free, easy-to-use web site design software
> >http://sitebuilder.yahoo.com
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >  
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to