[symfony-users] Re: Route named editar_dvd have a mandatory id_licencia parameter

2008-05-01 Thread Nicolas Perriault

Le 1 mai 08 à 02:43, Reynier Perez Mira a écrit :

 [sfException]
 Route named editar_dvd have a mandatory id_licencia parameter

Try to invert the editar_dvd and form_editar_dvd routes

++

--
Nicolas




--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[symfony-users] Re: Route named editar_dvd have a mandatory id_licencia parameter

2008-05-01 Thread Reynier Perez Mira

Hi Nicolas and thanks for your reply:

 Try to invert the editar_dvd and form_editar_dvd routes
If by invert you mean this:

form_editar_dvd:
  url:   /EditarDVD
  param: { module: geslicsoft, action: EditarDVD }

editar_dvd:
  url:   /EditarDVD/:id_dvd
  param: { module: geslicsoft, action: EditarDVD }
  
This do nothing, still the same error.
Cheers and waiting ...
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
-~--~~~~--~~--~--~---