Re: [fw-general] Re: Using FlashMessenger to display a message when there was an error processing a form

2008-06-03 Thread Vincent
On 6/3/08, Jake McGraw <[EMAIL PROTECTED]> wrote:
>
> > My goal with this helper was to be able to leverage a similar interface
> to FlashMessenger
> > for a generic message storage that would persist messages across
> redirects
> > _and_ make them available if a redirect did _not_ occur.
>
>
> This is a solution we came up with at company, I'd highly suggest
> people take this route.


And that's what I'm going for now that I now of getCurrentMessages().
Shouldn't require too much editing, so thanks for the help everybody!

- jake
>



-- 
Vincent


Re: [fw-general] Re: Using FlashMessenger to display a message when there was an error processing a form

2008-06-03 Thread Jake McGraw
> My goal with this helper was to be able to leverage a similar interface to 
> FlashMessenger
> for a generic message storage that would persist messages across redirects
> _and_ make them available if a redirect did _not_ occur.

This is a solution we came up with at company, I'd highly suggest
people take this route.

- jake