Does anyone know the correct syntax for getting a Sitemap parameter in JXTemplate?
I have tried all of the following:
#{cocoon/parameters["publishedJobServer"]} #{cocoon/parameters/publishedJobServer/} ${cocoon.parameters["publishedJobServer"]} ${cocoon.getParameters("publishedJobServer")} ${cocoon.parameters.publishedJobServer}
The first two throw exceptions, the others output nothing.
I can use cocoon.getParameters("publishedJobServer") in my FlowScript without a problem, but I would prefer not to have to pass it specially to the view in cocoon.sendPage().
Any ideas?
thanks
regards Jeremy