
m-tech at freenet
Jun 25, 2008, 5:18 AM
Post #1 of 1
(142 views)
Permalink
|
|
Customized messages for CGI::FormBuilder
|
|
Hi, i want to give FormBuilder ($self->formbuilder) customized messages localized in an externel file, so i tried: $self->formbuilder->messages('customized.messages'); like it's descripted in the cpan docu to the CGI::FormBiolder module. but it does not work.... and if it works, is there a way, to use this customized messages global, so that every controller using FormBuilder uses out of the box my own messages, maybe by setting this option in the MyApp.con? thanks so far :) _______________________________________________ List: Catalyst[at]lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/
|