piempohotiamn
New Member
I am developing an application using Symfony2 and Twig for templating. What I would like to know is how I can receive an argument in the controller from a Twig template rendered in the controller. The argument will have the value of a HTML tag attribute. This value will be assigned to the argument mentioned in a onClick event over the HTML tag. Thanks.