> 
> 6) Overwritten template "main.ftl" adding this line:
> ${stk.site.name!"not-found"}
> 

And that's the problem.
STKUtil.getSite() is a _static_ method so you can't call it in the template 
like a normal getter.

${stk.getSite().name} or ${state.site.name} works just fine.

Cheers,
Jan
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to