Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-AnyTemplate CPAN distribution.

Report information
The Basics
Id: 51064
Status: new
Priority: 0/
Queue: CGI-Application-Plugin-AnyTemplate

People
Owner: Nobody in particular
Requestors: david.williamson [...] varilink.co.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: param method
I have switched to using AnyTemplate instead of HTML:Template natively because I want to use the embedded component facility. I'm having a problem because the param method when used to return a list of parameter names under AnyTemplate doesn't seem to return parameters which are in the template that's been loaded but which haven't had a value set. When I was using HTML:Template natively I got a list of all the parameters, including those that hadn't had a value set. I want to full list because I've got code in a template_pre_process hook that's there to set any parameters which haven't been explicitly set by comparing the template variable names with config variables. Is this behaviour intended? Thanks