[TYPO3-mvc] fluid doesn't return properties of related objects

Michael Bakonyi kontakt at mb-neuemedien.de
Mon Jan 30 18:11:29 CET 2012


Hi,

I've got an object here with a relation to several others.

When I try to get values from the related objects via:

<f:for each="{project.realties}" as="{realty}">
  {realty.name}
</f:for>

the for-helper runs through these objects, but doesn't return any value
respectively only linefeeds.

I debugged the for-helper and can see, that it gets the objects correctly.

Getters and setters are set in both the parent Domain Model aswell as in
the related object-Model.

Does anybody have a clue what might went wrong here?

Cheers,
Michael


More information about the TYPO3-project-typo3v4mvc mailing list