[Flow] Upgrade to Flow 2.0: changes in persistence?
Christian Loock
chl at vkf-renzel.de
Mon Sep 2 14:28:06 CEST 2013
If you edit and persist data, based on user input, you should use Forms
instead that uses POST for example.
If you dont rely on user input, it should be okay to just persistAll()
Am 02.09.2013 14:24, schrieb François Suter:
> Hi Christian,
>
>> I guess the cleanest way would be to use Request methods that are meant
>> to be used here :)
>
> Why not, but I don't know what you're talking about. I'm building
> links in my Fluid view, that link to actions which are meant to update
> stuff. I'm currently using the
> \TYPO3\Fluid\ViewHelpers\Link\ActionViewHelper to create my links.
> From your message I gather that this is wrong. What should I do
> instead? How can I build my action links properly when not using a form?
>
> Cheers
>
More information about the Flow
mailing list