[TYPO3-mvc] Re: Passing objects from view to controller - Typo3 6.2.9

Axel Beckert a.beckert at ccmagnus.de
Sat Feb 7 10:20:55 CET 2015


At the moment I use the following solution, it is not a good one but better than no one:

I read the arguments using $this->request->getArguments() and take out the object uid. Afterwards I use the repository to get the objects calling ->findByUid(). 
Then I can use the object as normal. I have to do this since 6.2.9 before I worked with 6.1 and it was how it has to be. I pass the objects and the controller get them as 
I needed. 

I am not able to find the reason for this at the moment..

Best regards..


More information about the TYPO3-project-typo3v4mvc mailing list