[FLOW3-general] TYPO3.Form using RedirectFinisher with post
Bastian Waidelich
bastian at typo3.org
Fri Aug 10 14:35:05 CEST 2012
Robin Lehrmann wrote:
Hi Robin,
> How can I use the RedirectFinisher with the model and how I can send it
> as post request ?
Redirects are always GET requests.
You might be able to do a forward instead (see
ActionController::forward()) but even easier is to persist the article
in the form factory (have a look at the closure finisher).
With that, you won't need create & update actions any longer..
Best,
--
Bastian Waidelich
TYPO3 Core Team Member
TYPO3 .... inspiring people to share!
Get involved: typo3.org
More information about the FLOW3-general
mailing list