[Catalyst] Feature request HTML::Widget

A. Pagaltzis pagaltzis at gmx.de
Wed Feb 1 02:16:00 CET 2006


* Sebastian Riedel <sri at oook.de> [2006-02-01 00:40]:
>
>    $widget->get_element('email')
>
>This wouldn't work because the following is valid.
>
>    my $w = HTML::Widget->new('foo');
>    $w->element( 'Textfield', 'email' );
>    $w->element( 'Textfield', 'email' );

There’s no issue. You can just return a list with two elements in
that case.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>



More information about the Catalyst mailing list