[TYPO3-mvc] POST arguments in controller?

Franz Koch typo3.RemoveForMessage at elements-net.de
Mon Jul 5 19:52:01 CEST 2010


> Hi people,

Hi individual ;)

> I'm having a problem with a form I submit, in that form I send an
> serialized object via POST to another action. Since this serialized
> object looks really awkward I don't want to display it in the Browser
> URL (thats why I use POST). But when the object gets submitted and the
> new action is called it always shows the serialized object in the url
> (as if I used GET). Shouldn't it be invisible due to POST? Or is there
> another way to accomplish what I want to do.

have you checked if there occur any errors so that you might get 
redirected or something? And does the rendered form really use POST 
(have you checked the rendered HTML output)?

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list