[magnolia-user] Re: JSP Template

2015-09-24 Thread Yves Tanas (via Magnolia Forums)
I use DAM, yes, for everything that really makes sense to change. I have learned to program with blossom and magnolia with my ex-friends dog-trainers page, which still is running on magnolia, can be seen here: http://silvis-huschu.rhcloud.com/home The template has some bugs on mobile, the original

[magnolia-user] Re: JSP Template

2015-09-24 Thread Yves Tanas (via Magnolia Forums)
Finally i got about everything back running. I found the blossom tutorials in here: https://documentation.magnolia-cms.com/display/DOCS/Blossom+module Downloading the samples everything comes back: http://git.magnolia-cms.com/gitweb/?p=modules/blossom/samples.git I can write my own templates, ar

[magnolia-user] Re: JSP Template

2015-09-24 Thread Christoph Meier (via Magnolia Forums)
corrigenda: When using DAM - it is "easier" to get references to assets and also to asset variations. => https://documentation.magnolia-cms.com/display/DOCS/Working+with+images (above i have written: "When using GIT ..." ... becuase we had some troubles here with GIT ) sorry! :-) -- Cont

[magnolia-user] Re: JSP Template

2015-09-24 Thread Christoph Meier (via Magnolia Forums)
For resources - mgnl-files is NOT the preferd location. Please read https://documentation.magnolia-cms.com/display/DOCS/Resources. When it comes to assets ... you could treat asset the same way as resources and archive them in the same or "near" folders as you would do with css or javascript fil

[magnolia-user] Re: JSP Template

2015-09-23 Thread Yves Tanas (via Magnolia Forums)
as i am still here: css and asset files belong to the docroot in mgnl-files, don't they ? i will try that next. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=101f1b3c-33fe-43e7-aba6-0cb97b3cf358 --

[magnolia-user] Re: JSP Template

2015-09-23 Thread Yves Tanas (via Magnolia Forums)
Note 2 helped me out. i made another pages folder inside mgn-files/templates/mytemplatemodule, added the jsp and readjusted the path to the script and now everything works fine. readjusting the path now means, adding a "/templates" in front of all. I did not find the hint with mgnl-files on jsp ye

[magnolia-user] Re: JSP Template

2015-09-23 Thread Christoph Meier (via Magnolia Forums)
Note 1: When changing "only" the renderType in the template definition, the template won't work anymore ... as long as you do not turn the template script into a JSP file. Note 2: JSP files must be located within src/main/resources/mgnl-files of your module. => Files in this folder are copied t

[magnolia-user] Re: JSP Template

2015-09-23 Thread Yves Tanas (via Magnolia Forums)
https://documentation.magnolia-cms.com/display/DOCS53/Creating+a+page+template I have made three files, one ftl, one html, one jsp. while adding the lines: info.magnolia magnolia-templating-jsp 5.4.2 to my templates pom, this doesn't affect anything at all. whenever i change to jsp rend

[magnolia-user] Re: JSP Template

2015-09-23 Thread Christoph Meier (via Magnolia Forums)
Yves Which tutorial you tried out using JSP? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=101f1b3c-33fe-43e7-aba6-0cb97b3cf358 For list details, see http://www.magnolia-cms.com/community/mail