noiselabs / SmartyBundle

Smarty3 template engine bundle for Symfony
http://smartybundle.readthedocs.io/
GNU Lesser General Public License v3.0
51 stars 36 forks source link

Using {render} with URI #34

Closed meitei11 closed 10 years ago

meitei11 commented 11 years ago

The latest implementation of actions extension tries to convert input field of {render} tag as a ControllerReference (irrespective of it being an URI or a controller name) in case of symfony > 2.1. This gives an exception in case URI is passed in the tag. Is tis an intended behavior or am I missing something. Any pointers will be very helpful

vitorbrandao commented 11 years ago

Hi @meitei11, I haven't manually tested the render tag for Symfony > 2.1 so I'm not sure (got the actions code for Symfony-2.2+ via PR). I'll check it in the weekend and get back to you.