开发者

Calling $this->forward() results in blank page (but no error)

I try to use forward in my action class after a validation back to my action in special cases.

This works in another part of my application.

$this->forward('mymodul', 'actionx');

But when I execute this Action I only receive a blank page; in the symfony log is a forward message to my action the last entry.

No error on screen nor in my apache logs.

When I use Redirect it works, but I lose all my request parameters.

$this->redirect('mymodul/actionx')开发者_JAVA技巧;

Has anyone any suggestions?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜