[Catalyst] Need HTML Widget And Validation Assist

Dennis Daupert ddaupert at sbcglobal.net
Mon Apr 17 15:32:11 CEST 2006


Dennis wrote
  >>   my $result = $widget->process;
  
  Carl replied:
  > I think that line should be:
  >    my $result = $widget->process( $c->req );
  
  Hi Carl, Thanks for the reply. This bears on a bit I've 
  been tryig to find the answer for. The pod for HTML::Widget
  gives two formats for process:
  
      # Process
      my $result = $w->process;
      my $result = $w->process($query);
      
  I looked around to find out how to access '$query.'
  Does $query = $c->req?
  
  /dennis
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060417/077f7c42/attachment.htm 


More information about the Catalyst mailing list