[TYPO3-mvc] Extending fe_users

Jochen Rau jochen.rau at typoplanet.de
Fri May 14 22:03:34 CEST 2010


Hi Patrik.

On 14.05.10 16:45, Lang, Patrik wrote:
> What I can read from this Manager is, that it tries to instance the Repository Class as "pseudo" singleton class through the Tx_Extbase_Object_Manager, but it seems that this manager instances a new object so that the attribute addedObjects is an empty StorageObject as defined in constructor class

Hmm. The ObjectManager works here as expected. Could you please 
doublecheck how you instanciate the repository in your controller? It 
should be done via t3lib_div::makeInstance() and not via "new".

Regards
Jochen


More information about the TYPO3-project-typo3v4mvc mailing list