[Catalyst] Anyone got a nice form generator for dbix::class objects?

2006-11-07 Thread Josef Karthauser
yout within the templates. This means that I need to be able to call something like: [% record.editboxfor($column) % or some such thing. Is this a sensible thing to do? Has anyone got any nice recipies to solve this? Joe -- Josef Karthauser ([EMAIL PROTECTED]) http://www.josef

Re: [Catalyst] automatic form generation based on data models

2006-11-08 Thread Josef Karthauser
ry careful with column names, both in the record, and in the widget. It's not as clean as I'd like :/. Joe -- Josef Karthauser ([EMAIL PROTECTED]) http://www.josef-k.net/ Physics Particle Theory (student) http://www.pact.cpes.sussex.ac.uk/ =

Re: [Catalyst] automatic form generation based on data models

2006-11-08 Thread Josef Karthauser
of hacking. This isn't because maypole is more powerful or anything, no as far as I can see Cataylst is far more mature. But without a decent CRUD tutorial at least, it's been a steep learning curve. Joe -- Josef Karthauser ([EMAIL PROTECTED]) http://www.josef-k.net/ Physics Par

Re: [Catalyst] automatic form generation based on data models

2006-11-09 Thread Josef Karthauser
ar with the basics now, and it's all coming together, however I'm still fighting to find a nice way of handling form construction, which is template driven, but also validated within the controller. I'm sure I'll get it though. Joe -- Josef Karthauser ([EMAIL PROTECTED])

Re: [Catalyst] Chained('.') counter-intuitive?

2006-11-10 Thread Josef Karthauser
chained action? I've been chaining actions together using $c->forward(). Is this the same kind of thing, or something altogether different? Joe -- Josef Karthauser ([EMAIL PROTECTED]) http://www.josef-k.net/ Physics Particle Theory (student) http://www.pact.cpes.sussex.ac.uk/ =

Re: [Catalyst] Chained('.') counter-intuitive?

2006-11-10 Thread Josef Karthauser
On Fri, Nov 10, 2006 at 05:41:20AM -0800, John Napiorkowski wrote: > Action chains are a type of dispatching strategy: > http://www.annocpan.org/~MRAMBERG/Catalyst-Runtime-5.7005/lib/Catalyst/DispatchType/Chained.pm > > Makes it easy to dispatch through some controllers. > Ooh, I see. Sweet :).

Re: [Catalyst] IDE/editor

2006-11-15 Thread Josef Karthauser
On Tue, Nov 14, 2006 at 04:34:31PM +, Ash Berlin wrote: > > For vim I use the MiniBuffExplorer plugin and split windows - give you > tab like interface, and is faster than gvim7's own tabs IMO. > Dare I mention that Eclipse has a perl personality now-a-days. Joe --

Re: [Catalyst] question from tutorial - does creating HTML in a controller using HTML::Widget violate MVC?

2006-12-07 Thread Josef Karthauser
e template I rip the widget apart to obtain the elements, and specify how they should appear within the templating language. It's a bit messy, but seems more MVC compliant. Joe -- Josef Karthauser ([EMAIL PROTECTED]) http://www.josef-k.net/ Physics Particle Theory (student) http://w