Thanks for replying Tom. Yeah, I tried the setLayout to false as
that's mentioned in the docs, but for what ever reason it doesn't seem
to make any difference.
I ended up re-organsing my code so it uses a component rather than
needing to bounce around actions. Still.... odd...
Pete
On Aug 11, 7:44 pm, Tom Boutell <
t...@punkave.com> wrote:
> Normally Symfony will be clever about this and not apply the layout to
> AJAX requests. Maybe your forward() call messes that up.
>
> The workaround is to call $this->setLayout(false); in the action
> you're forwarding to, I believe.
>