[dancer-users] template parameters are not working
Kadir Beyazlı
kadirbeyazli at gmail.com
Mon Jan 18 22:55:32 GMT 2016
Hi All,
Because Rick replied with a new topic, I am replying to this mail too
because I solved problem.
I completely debugged TemplateToolkit.pm. There is change at this file
but this is not the reason of my problem
I tried several things and found problem!
At config.yml I have following definitions, template toolkit
parameters do not work!
template: "template_toolkit"
engines:
template:
template_toolkit:
start_tag: '<%'
end_tag: '%>'
session: YAML
engines:
session:
YAML:
session_dir: /home/kadir/dancer-sessions
But when I change their place (session definition first), it works:
session: YAML
engines:
session:
YAML:
session_dir: /home/kadir/dancer-sessions
template: "template_toolkit"
engines:
template:
template_toolkit:
start_tag: '<%'
end_tag: '%>'
I also Dumped config and realized that anything is not known defined
before session. It is strange to me.
On Sat, Jan 16, 2016 at 5:20 PM, Kadir Beyazlı <kadirbeyazli at gmail.com> wrote:
>
>
> On Sat, Jan 16, 2016 at 3:12 PM, Stefan Hornburg (Racke) <racke at linuxia.de>
> wrote:
>>
>> On 01/16/2016 01:52 PM, Kadir Beyazlı wrote:
>> > Hi All,
>> >
>> > Is there any prediction for this issue?
>>
>> Any prediction for what?
>> [KB] I think I explained at first mails what I request prediction for. I
>> am writing again:
>
>
> At .tt file I am using <% and %> as template toolkit start-end tags.
> But .tt file is using [% %] as tag.
> At config.yml, I set start tag and end tag as follow:
>
> template: "template_toolkit"
> engines:
> template:
> template_toolkit:
> start_tag: '<%'
> end_tag: '%>'
>
> It was working when I last opend my project 2 weeks ago. But now it does not
> work.
>
>
>>
>> Regards
>> Racke
>>
>> --
>> Perl and Dancer Development
>>
>> Visit our Perl::Dancer conference 2015.
>> More information on https://www.perl.dance.
>>
>> _______________________________________________
>> dancer-users mailing list
>> dancer-users at dancer.pm
>> http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
>
>
>
>
> --
> Kadir Beyazlı
> Computer Engineer
> GSM : +90 535 821 50 00
--
Kadir Beyazlı
Computer Engineer
GSM : +90 535 821 50 00
More information about the dancer-users
mailing list