Re: [Catalyst] Catalyst FormBuilder plugin on CPAN

2006-08-19 Thread Matt S Trout
Nate Wiger wrote: > Matt S Trout wrote: >> Nate Wiger wrote: >>> If you can send me a pointer to writing a controller base class, I'll >>> certainly check it out. I didn't consider this an option, to be honest. >>> I was trying to model it after XMLRPC, which is nice and easy to load >>> with it

Re: [Catalyst] Catalyst FormBuilder plugin on CPAN

2006-08-18 Thread Nate Wiger
Matt S Trout wrote: > Nate Wiger wrote: >> If you can send me a pointer to writing a controller base class, I'll >> certainly check it out. I didn't consider this an option, to be honest. >> I was trying to model it after XMLRPC, which is nice and easy to load >> with its :XMLRPC attribute. But

Re: [Catalyst] Catalyst FormBuilder plugin on CPAN

2006-08-17 Thread Matt S Trout
Nate Wiger wrote: > If you can send me a pointer to writing a controller base class, I'll > certainly check it out. I didn't consider this an option, to be honest. > I was trying to model it after XMLRPC, which is nice and easy to load > with its :XMLRPC attribute. But I'm open to other possibil

Re: [Catalyst] Catalyst FormBuilder plugin on CPAN

2006-08-17 Thread Nate Wiger
Kevin Monceaux wrote: > On Wed, Aug 16, 2006 at 05:14:42PM -0700, Nate Wiger wrote: > >> I just now uploaded Catalyst::Plugin::FormBuilder to CPAN, which adds >> support for FormBuilder in Catalyst. > > Has Catalyst::Plugin::FormBuilder been tested with Catalyst 5.7001? If I > include FormBui

Re: [Catalyst] Catalyst FormBuilder plugin on CPAN

2006-08-17 Thread Nate Wiger
Matt S Trout wrote: > Nate Wiger wrote: >> All- >> >> I just now uploaded Catalyst::Plugin::FormBuilder to CPAN, which adds >> support for FormBuilder in Catalyst. It's also available here: >> >> http://www.formbuilder.org/download/Catalyst-Plugin-FormBuilder-1.02.tar.gz > > You're going to hate

Re: [Catalyst] Catalyst FormBuilder plugin on CPAN

2006-08-17 Thread Kevin Monceaux
On Wed, Aug 16, 2006 at 05:14:42PM -0700, Nate Wiger wrote: > I just now uploaded Catalyst::Plugin::FormBuilder to CPAN, which adds > support for FormBuilder in Catalyst. Has Catalyst::Plugin::FormBuilder been tested with Catalyst 5.7001? If I include FormBuilder in my "use Catalyst qw/ ... /

Re: [Catalyst] Catalyst FormBuilder plugin on CPAN

2006-08-16 Thread Matt S Trout
Nate Wiger wrote: > All- > > I just now uploaded Catalyst::Plugin::FormBuilder to CPAN, which adds > support for FormBuilder in Catalyst. It's also available here: > > http://www.formbuilder.org/download/Catalyst-Plugin-FormBuilder-1.02.tar.gz > > Usage is similar to XMLRPC: for those controlle

[Catalyst] Catalyst FormBuilder plugin on CPAN

2006-08-16 Thread Nate Wiger
All- I just now uploaded Catalyst::Plugin::FormBuilder to CPAN, which adds support for FormBuilder in Catalyst. It's also available here: http://www.formbuilder.org/download/Catalyst-Plugin-FormBuilder-1.02.tar.gz Usage is similar to XMLRPC: for those controller methods that contain forms, sim