On 16/04/06, dennis <ddaupert at sbcglobal.net> wrote:
>
> my $result = $widget->process;
I think that line should be:
my $result = $widget->process( $c->req );
( I've been on holiday for a week; I think that's right, but not 100% :)
Carl