[Catalyst] Need HTML Widget And Validation Assist

dennis ddaupert at sbcglobal.net
Tue Apr 18 02:52:13 CEST 2006


> Why not set indicator and use $c->widget_result at documented in the Plugin?

I couldn't coerce this line into activity:

    my $result = $c->widget_result('quote_edit'); 

But I did get the thing working (praise be!) using this process method:

    my $result = $c->widget('quote_edit')->process( $c->req );

Let the fun begin!

/dennis






More information about the Catalyst mailing list