How can I pass values from a plugin to another "component's" controller or view?

Started by marciopati, October 12, 2014, 10:45:13 AM

Previous topic - Next topic

marciopati

Hello,

Could anyone help me with this, please? I have tried all I could find, but I can't get my array to pass from my Virtuemart "plugin" to another Virtuemart "component" of mine.

I have tried using JFactory::getApplication()->set() / get(),  JFactory::getApplication()->input->set() / get(), and all kinds of options but the data simply does not seem to get accross the layers, I guess. So, the component's view never gets the data.

Is there a way to do it, please?

Thanks a lot,
Márcio.