[Catalyst] Re: Trying out FormHandler, running into "maketext" error

Hernan Lopes hernanlopes at gmail.com
Mon Nov 22 17:16:12 GMT 2010


will trillich,
that error happens when i use  has_field 'submit'  =3D> ( widget =3D> 'subm=
it' )

can you test your form with this instead:
has_field 'submit' =3D> (type =3D> 'Submit', label =3D> 'Submit', value=3D>=
'Submit',
required =3D> 0, )

i bet your error will go away




On Mon, Nov 22, 2010 at 12:19 PM, will trillich <will.trillich at serensoft.com
> wrote:

> Our form-class includes
>          has_field 'submit'  =3D> ( widget =3D> 'submit' )
>
> Do you mean type=3D>'submit' instead of widget=3D>'submit'?
>
> Interesting that you'd think of this as a suspect. What's the rationale?
>
>
> On Mon, Nov 22, 2010 at 9:16 AM, Hernan Lopes <hernanlopes at gmail.com>wrot=
e:
>
>> will trilich, are you using widget type submit ? try to replace with type
>> =3D> 'Submit'
>>
>>
>> Hernan Lopes
>>
>>
>> On Mon, Nov 22, 2010 at 1:38 AM, John Anderson <genehack at genehack.org>wr=
ote:
>>
>>>
>>> On Nov 21, 2010, at 10:26 PM, will trillich wrote:
>>>
>>> > Pooh. Still no luck. When we try a more more Moose-y approach, we do
>>> get updated database records (stuffing the URL with arguments to affect=
 a
>>> form-submit) but still can't render, with the same error as before:
>>>
>>> Have you looked at the docs for HTML::FormHandler::TraitFor::I18N? Based
>>> on that, you may want to see if you have something in $ENV{LANGUAGE_HAN=
DLE}
>>> or try passing in a language handle to your form constructor -- or may =
try
>>> push_errors instead of add_errors, as that documentation suggests.
>>>
>>>
>>> j.
>>>
>>>
>>> _______________________________________________
>>> 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@lists.scsys.co.uk/
>>> Dev site: http://dev.catalyst.perl.org/
>>>
>>
>>
>> _______________________________________________
>> 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@lists.scsys.co.uk/
>> Dev site: http://dev.catalyst.perl.org/
>>
>>
>
>
> --
> Failure is not important. How you overcome it, is.
> -- Nick Vujicic
>
> _______________________________________________
> 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@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20101122/04664=
131/attachment.htm


More information about the Catalyst mailing list