Re: [Catalyst] problem with FormBuilder + TT2

2006-09-21 Thread Moritz Sisenop
Thank you guys for your help.Somehow it works now, though I don't know why.All I have now is my Formbuilder source fileand $c-stash-{template} = 'customers/signup.tt2'; in the controller. I am quite sure that I had the same setup during my experimentation, but I don't know why it works now.Once

Re: [Catalyst] debugging options for formbuilder plugin?

2006-09-21 Thread Roy-Magne Mo
John Napiorkowski wrote: Hi, I'm setting global options for the formbuilder plugin in my myapp.yml file like so: form: debug: 0 method: post form_path: __path_to(root)__ Now the method and form_path options get set correctly but no matter what I do I get lots of formbuilder

Re: [Catalyst] The old double-post issue

2006-09-21 Thread A. Pagaltzis
* [EMAIL PROTECTED] [EMAIL PROTECTED] [2006-09-22 00:15]: The problem, which I can reproduce in FF by hitting escape between submits, is that the first request completes as normal (and would return a Transaction Completed! response page) but, then the second request (which is what the

Re: [Catalyst] The old double-post issue

2006-09-21 Thread Bill Moseley
On Thu, Sep 21, 2006 at 05:04:38PM -0500, [EMAIL PROTECTED] wrote: But why are you returning an error page, doesn't the fact that the token no longer is valid mean that the form has already been submitted (return a oops this form has already been submitted page)? The token is still valid.

Re: [Catalyst] debugging options for formbuilder plugin?

2006-09-21 Thread John Napiorkowski
--- Roy-Magne Mo [EMAIL PROTECTED] wrote: John Napiorkowski wrote: Hi, I'm setting global options for the formbuilder plugin in my myapp.yml file like so: form: debug: 0 method: post form_path: __path_to(root)__ Now the method and form_path options get set