[TYPO3-mvc] Request does not end

Dirk Rauscher dr_typo3 at itb-institut.de
Tue Mar 13 22:36:33 CET 2012


Hi Alex

I think you got it wrong.

>> 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

I talked about edit and new action in conjunction with templates.

>> So, actually you are doing the request via ajax and not the common way
>> submitting the form via submit-button?

No. The form is sent via submit button. No ajax is in use at all at this 
point.

Dirk


Am 12.03.2012 08:59, schrieb Alexander Schnitzler:
> 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