Hi!
I have not had time to look into this until now.
I tried copy the ftl in the link you provided and change it to fit my purposes:

---------------------------------------
[#assign cms=JspTaglibs["cms-taglib"]]

[@cms.query repository="data" nodeType="nt:base"
query="select * from nt:base where jcr:path like
'/member/%')" type="sql" var="members" /]

[#list members as member]
${member}
[/#list]
---------------------------------------

It gives an error because of the first row:
"Could not find webapp resource /cms-taglib for URI /cms-taglib"

My guess is that the cms taglib is installed with my community version of 
Magnolia, but resides in the repository, while my ftl is in the normal file 
system. But I how no idea how to solve this.
[b]How do I put my freemarker file into the repository?[/b]

Thanks!

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=92cc9fac-0e0e-48f6-b13d-d3b888f441bc


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to