Re: [Catalyst] subrefs in Formbuilder plugin configuration file?

2006-10-24 Thread Nate Wiger
John Napiorkowski wrote: Hi, In some of the Formbuilder documentation for the configuration file I get the impression that a subroutine or subref can be called. I get this from looking at the documentation for:

Re: [Catalyst] FormBuilder missing disabled fields after submit

2006-09-28 Thread Nate Wiger
Ulrich Leodolter wrote: hi, i am using Catalyst::Plugin::FormBuilder for my input forms. optionally i need to make some input fields readonly (not hidden) so i disabled the fields (disabled = 1) the input form looks ok und the fields are disabled (actually readonly) Try using static = 1,

Re: [Catalyst] Problem with $c-log always on

2006-09-12 Thread Nate Wiger
Matt S Trout wrote: Nate Wiger wrote: It looks like $c-log is always on in a given Catalyst plugin. I have simple, standard code like this: $c-log-debug(some message); $c-log-debug(Dumper(\%hash)) if $c-log-is_debug; When I dump out the $c-log-is*, all of them return true

Re: [Catalyst] Deep copying (was: A couple questions...)

2006-09-07 Thread Nate Wiger
Dylan Vanderhoof wrote: First question, is it possible to deep-copy a structure using TT? Check Storable's dclone, or search CPAN for clone. Or, use this for simple structures: # Anon copies of arrays/hashes # Based on deep_copy example by merlyn #

Re: [Catalyst] multiple row entry

2006-08-22 Thread Nate Wiger
Alan Humphrey wrote: All – I have a UI problem that I’d like to see how other people deal with. Using the CDs example, imagine a data input page containing fields for the following: CD title Artist(s) Tracks There’s one title, 1 or more artists and 1 or more tracks. How to

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 me

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 FormBuilder