[TYPO3-mvc] Request does not end
Alexander Schnitzler
mail at alexanderschnitzler.de
Mon Mar 12 08:59:21 CET 2012
So, actually you are doing the request via ajax and not the common way
submitting the form via submit-button?
I read all the stuf you wrote but I'm not sure I really understand what
you are really doing there. Using tabs shouldn't have any effect as it
just splits your markup in several parts. So as long if you use the
<f:*>-tags everything should be ok because PHP only recognizes the
request params, no matter what the markup is.
But, if you are using ajax to submit the form you yourself have to take
care of all params being submitted correctly.
Anyway, what's that strange thing with the same template for edit and
update action? The update action should not have any output at all or if
you want to, just the success message because in cae of an error you are
always redirected to the edit action. If I got this wrong, just don't
care about this paragraph.
Alex
More information about the TYPO3-project-typo3v4mvc
mailing list