Hello,
I'm not sure if this is a bug or me doing wrong:
I'm trying to access session attributes from JXTemplateGenerator as well as sitemap parameters. I use
1.) <test>${parameters.getParameter("store")}</test>
2.) <test>${session.getAttribute("store")}</test>
3.) <test src="${session.store}"/>
4.) <test src="${request.store}"/>except of 4.) nothing is working for me. What am I doing wrong?
Thanks in advance
Michael
