Re: [Catalyst] RFC: Catalyst::Controller::RHTMLO

2009-02-03 Thread Jason Gottshall
Zbigniew Lukasiak wrote: On Mon, Feb 2, 2009 at 7:59 PM, Jason Gottshall wrote: Zbigniew Lukasiak wrote: Maybe I am just being lazy now - but before I start digging too deep - did you take into accout that some forms require loading stuff from the DB? It can happen in to cases: 1) loading SE

Re: [Catalyst] RFC: Catalyst::Controller::RHTMLO

2009-02-03 Thread Zbigniew Lukasiak
On Mon, Feb 2, 2009 at 7:59 PM, Jason Gottshall wrote: > Zbigniew Lukasiak wrote: >> >> Maybe I am just being lazy now - but before I start digging too deep - >> did you take into accout that some forms require loading stuff from >> the DB? It can happen in to cases: >> >> 1) loading SELECT choic

Re: [Catalyst] RFC: Catalyst::Controller::RHTMLO

2009-02-02 Thread Jason Gottshall
Zbigniew Lukasiak wrote: Maybe I am just being lazy now - but before I start digging too deep - did you take into accout that some forms require loading stuff from the DB? It can happen in to cases: 1) loading SELECT choices lists - this one is easy - because it can be done at initialisation as

Re: [Catalyst] RFC: Catalyst::Controller::RHTMLO

2009-01-31 Thread Zbigniew Lukasiak
On Sat, Jan 31, 2009 at 12:03 AM, Jason Gottshall wrote: > Ok, for those of you who have been waiting with bated breath, here's my > second attempt at a base controller for loading Rose::HTML::Form classes. > I've completely refactored/rewritten the configuration stuff after a long > chat with mst

Re: [Catalyst] RFC: Catalyst::Controller::RHTMLO

2009-01-30 Thread Russell Jurney
I haven't used it yet but I'd just like to say: Thank you, sir, for writing this 'lite' alternative to CatalystX::CRUD/ Catalyst::Controller::Rose. On Jan 30, 2009, at 6:03 PM, Jason Gottshall wrote: Ok, for those of you who have been waiting with bated breath, here's my second attempt at a

Re: [Catalyst] RFC: Catalyst::Controller::RHTMLO

2009-01-30 Thread Jason Gottshall
Ok, for those of you who have been waiting with bated breath, here's my second attempt at a base controller for loading Rose::HTML::Form classes. I've completely refactored/rewritten the configuration stuff after a long chat with mst. I also eliminated the handling of multiple instances of the

[Catalyst] RFC: Catalyst::Controller::RHTMLO

2009-01-22 Thread Jason Gottshall
[Cross-posted to catalyst-users and rhtmlo lists] I know there are several modules out there that hook up rhtmlo and catalyst, but none of them do what I want. They all seem to do too much: connect to a CRUD API, interface with rdbo, build a form object from a config file, etc. I really just n