[fw-general] How to not enter in the frontController's dispatch loop properly ?

2010-12-20 Thread benoit
Hi all, I would like to know what id the better solution to not enter in the dispatch frontController's dispatch loop ? I always open the source code to analyze it, and i

Re: [fw-general] How to not enter in the frontController's dispatch loop properly ?

2010-12-20 Thread Hector Virgen
Have you tried calling $request-setDispatched(true) within your plugin? That should prevent the dispatcher from dispatching your action controller. You may also want to disable your layout to prevent it from double rendering. -- Hector Virgen Sent from my Droid X On Dec 20, 2010 7:54 AM, benoit