[Neos] Neos TYPO3.Form Redirect Finisher Issues

nikos nick at jamalade.com
Mon Jul 28 18:21:47 CEST 2014


Hi Dominique

Thanks for the quick reply on this. I think I will implement a redirect finisher where I will just add the  output content to Runtime response object. 
This is how it's done in the confirmation finisher, so it then follows the pattern so far ie. looping through multiple finishers, and doesn't make the 
finisher "final".


What i would really like to do is either use the ConfirmationFinisher and make sure the browser displays the confirmation rather than go back to top 
of page or redirect to another page which is specified via the back end inspector (i am trying to figure out how to do this but don't know how to 
access this node properties).


If I get any further I'll let you know.

Thanks again

Nick




On 28/07/2014 17:07, Dominique Feyer wrote:
> I’ve the same issue yesterday, you need to add:
>
> $mainResponse->send() at the end of the finisher.
>
> The problem is that is made the finisher « final » … nothing is executed after this point … and that’s a problem (persistence, shutdown, …) can be skipped.
>
> Currently I don’t have a better workaround. Create your own finisher who extend the RedirectFinisher and force send the response if it’s OK for you.
>
> Bests
>
> --
> ttree sàrl
> Dominique Feyer
> Rue du Valentin 34 et demi
> CH - 1004 Lausanne
> +41 21  312 36 35
> dfeyer at ttree.ch
> ttree.ch - @ttreeagency - plan d’accès
>
> Le 28 juillet 2014 à 18:05:04, nikos (nick at jamalade.com) a écrit:
>
> $mainResponse
>



More information about the Neos mailing list