This question is related to this thread: Cannot Access Pipeline Dictionary Entry of View Pipeline in a Component
I want to pass a pipeline parameter to a component which is referred to somewhere after a Tag. I don't really understand how this works. Do I have to override a viewcontext or just its interface?
The ViewContext ist called via the tag previously mentioned, and I need a pipeline parameter in the component "component.product.productTile.pagelet2" - but I cannot understand what I need to override to pass my parameter along.
Also I may have overridden the components in the wrong cartridge. I take it, that my override has to be in the app_sf_responsive_cm? Or do I hav eto override 2 things in different cartridges?
Because the viewcontext ist "viewcontext.include.product.pagelet2" which resides in app_sf_responsive. So I am quite confused, really. If somebody could help me that would be great.
I tried overriding the "component.product.productTile.pagelet2" and the "viewcontext.include.product.pagelet2" by adding the tag with my parameter as explained on the intershop documentation cookbook.