in reply to Catalyst: stash vs. flash

In the handler to which you redirect, get the stuff from the flash and put it in the stash. There's even something called flash_to_stash that can do that for you. I don't remember the details, so Google for it.

Replies are listed 'Best First'.
Re^2: Catalyst: stash vs. flash
by roho (Bishop) on Apr 26, 2010 at 14:32 UTC
    I have flash_to_stash enabled. It is enabled in the main AddressBook.pm module as follows:
    __PACKAGE__->config( session => {dbic_class => 'AddressDB::Session', flash_to_stash => 1 });

    I cannot get the stuff from flash because when I store the search results in flash I get the DBIx::Class error.

    "Its not how hard you work, its how much you get done."