1

I'm using the following to set a slot in an action but I can't retrieve it in the layout.

$this->getResponse()->setSlot('global_message', 'You have already completed this contest.');

But if you set this in the template file, it works fine.

Anyone have any ideas on this one?

Justin
  • 4,203
  • 7
  • 41
  • 58

1 Answers1

2

It should work. Please provide some code about your controller, view and layout.

Darmen Amanbay
  • 4,869
  • 3
  • 29
  • 50