Feature #31765
Forward to Action of widgetController
100%
Description
widget controller has 2 actions:
1. indexAction
2. createAction
after createAction i want to forwad to the indexAction again.
but doesnt work. getting a white page withoud any result by using $this->forward('index).
any ideas to do something like a forward inside of the widget controller?
thanks
carsten
Updated by CPS-IT GmbH almost 9 years ago
This does work for me in the current master. Tried it in the indexAction of a widget controller as well as in an Ajax Action called by an ajax controller.
Updated by CPS-IT GmbH almost 9 years ago
Sorry, just read that you try to reforward to your index action. So there is a loop calling index and create actions alternately. This can't work. I think you reach dispatchLoopCount in TYPO3\FLOW3\Mvc\Dispatcher which executes an Exception.
Updated by Karsten Dambekalns over 8 years ago
- Status changed from New to Closed
- Assignee set to Karsten Dambekalns
There has been no feedback for a while here. If this is still an issue, feel free to reopen. Thanks for your understanding.
Updated by Bastian Waidelich over 7 years ago
- Status changed from Closed to Accepted
- Assignee changed from Karsten Dambekalns to Bastian Waidelich
- Target version deleted (
1.1 RC1)
This problem still exists apparently: http://forum.typo3.org/index.php/t/199461/
Updated by Gerrit Code Review over 7 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24152
Updated by Bastian Waidelich over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 78aa1b635fb83f454ccf74f5dbc07c4aad0d3fc7.