Is there a way (other than slots) to setup dynamic description meta tag. in Symfony 1.4 ? I had similar issue with dynamic title and solution was to use this function in action:
$this->getResponse()->setTitle
but I can’t find similar function to manipulate description…. any help?
I was digging and finally I found the solution I was looking for: