Hi Ralf,

Place jsps in

/src/main/resources/mgnl-files/templates/acmeModule/pages
/src/main/resources/mgnl-files/templates/acmeModule/areas
/src/main/resources/mgnl-files/templates/acmeModule/components

And ftls in

/src/main/resources/acmeModule/templates/pages
/src/main/resources/acmeModule/templates/areas
/src/main/resources/acmeModule/templates/components

These paths are configured on the respective TemplateViewResolvers in 
blossom-servlet.xml, there's one for jsps and one for ftls. They require you to 
return a string ending with either .jsp or .ftl  because that's how they now 
which one should be used. 

For instance, if you return "pages/main.jsp" for you page template it will use 
the file /src/main/resources/mgnl-files/templates/acmeModule/pages/main.jsp

Check out the sample for a full example.

http://documentation.magnolia-cms.com/display/DOCS/Blossom+module#Blossommodule-Runningthesampleproject


Hope that helps, Tobias

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=037087d0-3eb7-400d-8f70-a09ef217d352


----------------------------------------------------------------
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