On 10 Jul 2008, at 15:50, David Baxter wrote:

Hi Amelia,

It looks like you are trying to set the CA params like query params and I don't think that works. Try a different syntax : $self- >param('validated_query' => $valid_h);

I tried both $self->param('validated_query', $valid_h) and $self- >param('validated_query' => $valid_h), but neither works, although according to the docs, both are valid methods of setting params [ see http://search.cpan.org/~markstos/CGI-Application/lib/CGI/Application.pm#param() ]. In both cases, when I try to get the param value using $self- >param('validated_query'), it has been set to 'validated_query', rather than $valid_h.

Hmmm...

--
Amelia Ireland
GO Editorial Office
http://www.ebi.ac.uk || http://www.berkeleybop.org
BBOP Plant Project: http://bbopgarden.blogspot.com






#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to