Re: [Catalyst] Re: forwarding to chained actions

2007-05-08 Thread Matt S Trout
On Tue, Apr 24, 2007 at 06:35:48PM +0200, Bernhard Graf wrote: Nilson Santos Figueiredo Junior wrote: On 4/24/07, Bernhard Graf [EMAIL PROTECTED] wrote: I don't want to be rude, but could you guys open your own thread when you want to discuss pros and cons of forwards and redirects?

Re: Redirects // Re: [Catalyst] Re: forwarding to chained actions

2007-04-27 Thread Michael Reece
it would be nice if $c-res-redirect returned a 303 appropriately if $c-req-method eq 'POST'. i have in the past trapped it in 'end' to fix up the $c-res-status if == 302 and $c-req-method eq 'POST', but lately i just don't bother. On Apr 27, 2007, at 6:03 AM, Simon Wilcox wrote: On Tue,

Re: [Catalyst] Re: forwarding to chained actions

2007-04-24 Thread Matija Grabnar
Not only is it ugly, it also means users will bookmark the wrong things, and if they use the back button, they will end up resubmitting a form sooner or later. Particularly users who have a session saver addon installed. The moment they close their browser (or crash their browser) with one

Re: [Catalyst] Re: forwarding to chained actions

2007-04-24 Thread Bernhard Graf
Matija Grabnar wrote: _ALL_ POSTs should be followed by a redirect, ALWAYS. I agree. Sigh. I don't want to be rude, but could you guys open your own thread when you want to discuss pros and cons of forwards and redirects? Tanks a lot. -- Bernhard Graf

Re: [Catalyst] Re: forwarding to chained actions

2007-04-24 Thread Nilson Santos Figueiredo Junior
On 4/24/07, Bernhard Graf [EMAIL PROTECTED] wrote: I don't want to be rude, but could you guys open your own thread when you want to discuss pros and cons of forwards and redirects? This is the classic XY problem[1]. They're trying to show you that Y is bad for solving X. No one wants to

Re: [Catalyst] Re: forwarding to chained actions

2007-04-24 Thread Bernhard Graf
Nilson Santos Figueiredo Junior wrote: On 4/24/07, Bernhard Graf [EMAIL PROTECTED] wrote: I don't want to be rude, but could you guys open your own thread when you want to discuss pros and cons of forwards and redirects? This is the classic XY problem[1]. They're trying to show you that Y