Solved. Need to use components and i got my problem solved. --- In php-objects@xxxxxxxxxxxxxxx, "Harish Balakrishnan Marar" <hb_marar@...> wrote: > > Hi, > > In symfony , if i have two modules. module A has functino to get the > details and corresponding template has a list of comments to show from > filesystem. But comments i want to keep as a seperate module and this > asks me to skip from one action to another. > > is it possible to skip from a action in module A to action in module > B and then come back to same action in module A ? i think after a > ->forward or redirect no code after it could be reached... > > > Anyone here expert in symfony or have suggestions do comment and give > me pointers. > > Thanks in advance , I remain >