[TYPO3-mvc] edit and update Actions + hidden objects

Xavier Perseguers typo3 at perseguers.ch
Fri Sep 3 21:45:41 CEST 2010


Hi Daniel,

The problem you have is that Extbase does not get hidden objects when 
retrieving objects. When you perform an update, you get a NULL object or 
something like that which is not of type (in PHP) of your domain object.

I had the problem and ended in having own methods to retrieve hidden 
objects (by creating the query myself and not including the hidden field 
in the where clause).

HTH
Xavier Perseguers


More information about the TYPO3-project-typo3v4mvc mailing list