[TYPO3-mvc] updateAction not saving field extending another Model

Søren Malling soren.malling at gmail.com
Fri Feb 19 09:38:00 CET 2010


> Hi,
> i had a similar problem.
>
> i could fix it with these lines:
> $persistanceManager = Tx_Extbase_Dispatcher::getPersistenceManager();
> $persistanceManager->persistAll();

Where did you place those lines? I've tried to place them in a
constructer in my repository but it made my extbase return a error
about calling a function on a non-member

Regards,

Søren


More information about the TYPO3-project-typo3v4mvc mailing list