Hi every:
I have the following routes defined in my routing.yml file:

[code]
listar_dvd:
  url:   /ListarDVD
  param: { module: geslicsoft, action: ListarDVD }
adicionar_dvd:
  url:   /AdicionarDVD
  param: { module: geslicsoft, action: AdicionarDVD }
editar_dvd:
  url:   /EditarDVD/:id_dvd
  param: { module: geslicsoft, action: EditarDVD }
eliminar_dvd:
  url:   /EliminarDVD/:id_dvd
  param: { module: geslicsoft, action: EliminarDVD }
form_editar_dvd:
  url:   /EditarDVD
  param: { module: geslicsoft, action: EditarDVD }

Then in my template(parcial by the way) I have this code:

[code]
<?php echo link_to('Listar DVD','@listar_dvd') ?>

When I try the URL: http://localhost/backend_dev.php/ListarDVD I get this 
message:

[sfException]
Route named "editar_dvd" have a mandatory "id_licencia" parameter

I have sought on all sides (templates, functions, routes) having to do with the 
methods associated with DVD and contains no reference to id_licencia. I have 
erased the cache and I trying again and nothing. Some idea?

Cheers and thanks in advance
Ing. Reynier Pérez Mira
Grupo Soporte al Desarrollo - Dirección Técnica IP 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to