Re: [Catalyst] process a restored request

2010-08-04 Thread Steve
Original post: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/msg01222.html My apologies for rehashing this old post, but this is such a *nice* thing to do for users that I'm sort of surprised the solution hasn't been implemented as a plugin or something, at least so far as I can

Re: [Catalyst] process a restored request

2010-08-04 Thread Bill Moseley
On Wed, Aug 4, 2010 at 11:22 AM, Steve st...@matsch.com wrote: Original post: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/msg01222.html My apologies for rehashing this old post, but this is such a *nice* thing to do for users that I'm sort of surprised the solution hasn't been

Re: [Catalyst] process a restored request

2010-08-04 Thread Steve
Thanks so much! I'm surprised this hasn't come up more often, as it seems such a common thing for an application to allow for. FWIW, I think this would make an excellent tutorial, perhaps for next advent calendar, or even the next Catalyst book! :-) On 8/4/2010 3:09 PM, Bill Moseley wrote:

Re: [Catalyst] process a restored request

2008-01-13 Thread Matt S Trout
On Fri, Jan 11, 2008 at 07:06:17PM +, Jonas Alves wrote: On Jan 11, 2008 6:27 PM, Matt S Trout [EMAIL PROTECTED] wrote: Don't try and serialize $c-req, just dump any POST data back out into hidden fields in the login form, don't change the URL, and have the login form processed in a

Re: [Catalyst] process a restored request

2008-01-09 Thread catalyst
Catalyst::Plugin::Continuation should do that. But it appears to be broken with the current Catalyst version. Or at least I was not able to make it work. Catalyst::Plugin::Continuation would have been perfect (it even has a test case that suits my needs:

Re: [Catalyst] process a restored request

2008-01-09 Thread catalyst
Just a stupid thought...having not look at continuation... What if $c-request have freeze/thaw hooks? ... and a way to tell catalyst to unwind processing and start over with the thawed request. -- Julien Gervais-Bird ___ List: