> 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