mark at itsolve sed:

> my $p = $c->req->params; 
> # We know that the params are valid now... 

Mark, thanks for the reply. That's the solution I had come to; the request 
object IS just sitting there, after all. I was hoping to be able to do it all 
from the widget object for the sake of consistency, and to avoid the extra 
overhead of copying the req parameters into the stash for display in the 
template. But I'll settle for what works! 

/dennis

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to