[TYPO3-mvc] Request does not end

Henjo Hoeksma me at henjohoeksma.nl
Thu Feb 16 00:40:46 CET 2012


I don't think this is an Extbase issue.
Shouldn't you bind the call's you do in your javascript events?


Kind regards,

Henjo

Problems are small because we learned how to deal with them.
Problems are big because we need to learn how to deal with them.


On Wed, Feb 15, 2012 at 16:34, Dirk Rauscher <dr_typo3 at itb-institut.de>wrote:

> I encounter a strange behaviour in using t3jquery with my extbase
> extension.
>
> I generate a form whose fields are distributed over 4 Tabs. For that I use
> a jQuery function tabs() in my Fluid Template.
>
>    jQuery(document).ready(**function(){
>>      jQuery("#theTabs").tabs();
>>   });
>>
>
> On the first call of editAction the form is rendered properly. If the form
> is filled out in an incorrect way and the save button is clicked, the
> updateAction is called. The defined annotations in updateAction recognizes
> a invalid object and calls errorAction. From there errorAction returns to
> the __referrer --> editAction.
>
> So far everything is ok, but instead of ending the request and rendering
> the editAction template, the updateAction is called again!
>
> When I debug request->getArguments() there is nothing in except for the
> keys [action] and [controller].
>
> If I deactivate javascript support in my browser everything's ok and the
> request ends up after errorAction returns to the __referrer.
>
> How can I get rid of this behaviour? Is it a bug?
>
> Any help is gratefully appreciated.
>
> Dirk
> ______________________________**_________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc@**lists.typo3.org<TYPO3-project-typo3v4mvc at lists.typo3.org>
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**
> project-typo3v4mvc<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc>
>


More information about the TYPO3-project-typo3v4mvc mailing list