in one of my backend modules (mod_A), I need to put a link to the edit
page of another backend module (mod_B).

I did it in this way:
  - in mod_A/config/generator.yml, I wrote:
       list:
         actions:
            mylink:
               action: mylink

  - and in mod_A/actions/actions.class.php, I added a function named
executeMylink

now I don't know what I should write inside the executeMylink
I tried $this->forward('mod_B', 'edit'); but I'm getting "Call to
undefined method sfRoute::getObject()" error.

Thanks for your help

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to