Re: [Catalyst] subclassing Catalyst::Controller::HTML::FormFu

2009-01-17 Thread Markus Holzer
Am Samstag, 17. Januar 2009 12:06:33 schrieb Carl Franks: 2009/1/16 Markus Holzer markus.hol...@dmk-internet.com: Hi. I have created a subclass Catalyst::Controller::HTML::FormFu because I want to override the load_form() method. I *think* I have done it right, but it doesn't work

[Catalyst] subclassing Catalyst::Controller::HTML::FormFu

2009-01-16 Thread Markus Holzer
Hi. I have created a subclass Catalyst::Controller::HTML::FormFu because I want to override the load_form() method. I *think* I have done it right, but it doesn't work. The load_form method is never called, but FormFu still works. What am I doing wrong? Code: package

Re: [Catalyst] API Versioning for Web Services

2008-07-27 Thread Markus Holzer
Bill Moseley schrieb: I'm looking for suggestions how to best support multiple API versions in an application. The API and web share many controller actions. As is not uncommon, actions available for the API are defined with an attribute: sub foo : Local XMLRPC( 'foo.get' ) { This is

[Catalyst] RFC: Catalyst::Plugin::AutoValidate

2008-04-09 Thread Markus Holzer
]/ }; ] } ); =cut =head1 AUTHOR Markus Holzer, C holli.holzer at googlemmail.com =head1 BUGS Please report any bugs or feature requests to Cbug-catalyst-plugin-AutoValidate at rt.cpan.org, or through the web interface at Lhttp://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Plugin-AutoValidate

Re: [Catalyst] trouble with Catalyst::Controller::FormBuilder: form does not render correctly (no fields)

2008-04-06 Thread Markus Holzer
Can you post your .fb, template and controller code so we can see what the problem might be? [stephen] Of course, though all I did was trying the example from the pod, nothing fancy. code: !file: Infocenter/lib/Controller/Akte.pm package Infocenter::Controller::Akte; use strict; use

[Catalyst] trouble with Catalyst::Controller::FormBuilder: form does not render correctly (no fields)

2008-04-05 Thread Markus Holzer
Fellow nerds, I've got a problem with Catalyst::Controller::FormBuilder. I'm doing exactly as advertised in the pod but the form refuses to render, or better said is its fields. The submit button is rendered with the correct caption (which is different from submit), hence the .fb file is

Re: [Catalyst] CatalystSites.org

2008-04-05 Thread Markus Holzer
Hi Stephen. Well, today I would like to announce the site launch. The site looks nice, but I find it a little bloatware to talk of 40+ sites, when it's obvious that a good part of them share the same layout and codebase and only differ in the content. I hope everyone finds the site to their