Re: Sling Resource Rendering Inheritance

2017-03-23 Thread Roy Teeuwen
Hey Andreas, I am not sure why it is not working for you that way, but that should definitely still work, there is no dependency whatsoever to a folder being named "components", see my next examples: page-example-2.zip: I moved everything right under /apps/idoneus, no /components => still

Re: Sling Resource Rendering Inheritance

2017-03-23 Thread Roy Teeuwen
Hey Andreas, My approach here is the following: Libs is for libraries that enhance Sling => Composum is a library that is meant to be used to enhance Sling. They also give the benefit that when you package your library/module and let other developers use it, they can extend/override the

Re: Sling Resource Rendering Inheritance

2017-03-23 Thread Andreas Schaefer Sr.
Hi Roy Thanks for all your help. At the end it turns out that I made a mistake when using the HTL include: This was my first include: which fails. But using this: does work. So on another node I saw some Sling apps (samples and Composum) that place their components under /libs