Hi all,
I am sorry for cross posting but as that one has gone unnoticed I wanted to exhaust my chances...
I have been looking at joomla.application.component.helper::renderComponent and its obvious that - at least due to the various JPATH_COMPONENT* constants - its not possible to render a component within a component
Is there any way anyone can advise me to do this?
Maybe some custom renderComponent someone have already in place and wouldn't mind to share?
I do realize that I could make http request with tmpl=component and collect the rendered results but that's really not what I would like to do for the following reasons:
1. feels conceptually so wrong to hit the server again while I am right in the server executing
2. I would like to merge the rendering parameter with one that is dynamically built
I have been searching in all Jooma! related groups and I just haven't found any related discussions which makes me wonder if this need is really that unique or maybe too off...
Thanks