hi, I couldn't get it to work on symfony 1.4.5 I have a route :
edit_page:
url: /editpages/:page
param: { module: pages, action: edit }
and I want to get to url with a url_for() helper.
<a class="float-right rounded-btn" href="<?php echo url_for('@edit_page'); ?>">Configure</a>
this one just is giving me and :
The "/editpages/:page" route has some missing mandatory parameters (:page).