Re: [Catalyst] Formbuilder will not render

2011-03-20 Thread Dave Gethings
Thanks David. The book does say that FormBuilder appears to be no longer maintained and recommends using FormFu. But for the tutorial it uses FormBuilder. I've managed to resolve this issue by adding $c-stash-{FormBuilder} = $form; to the method. Odd that it works for one controller but not

[Catalyst] Sending Email from Page?

2011-03-20 Thread John M. Dlugosz
Any pointers as to the right (or best) way to send an email from my Catalyst App? I see there is a Plugin::Email and also a View::Email, which seems to be something totally different? Obviously any integrated module should be simpler than just calling sendmail or Email::Send::SMTP from the