[TYPO3-mvc] Working with value objects

Henjo Hoeksma me at henjohoeksma.nl
Mon Dec 19 23:18:08 CET 2011


Hi Frank,

are you fetching the records in your repository method with enableFields
set to false (at least the storageFolder) ?

The table you are referring to is in a different storagefolder than your
other objects - presumably ;-)

Kind regards,

Henjo

Problems are small because we learned how to deal with them.
Problems are big because we need to learn how to deal with them.


On Mon, Dec 19, 2011 at 21:10, Frank Gerards <F.Gerards at esolut.de> wrote:

> Hi,
> doesnt work :(. I did a Model Class, mapped it via typoscript settings to
> the static_countries table,
> made a repository for the class and a controller to call listAction.
> Injected Repository into controller
> and made a findAll() - call, then assigned the result to a view. My page
> turns completely white although I
> have error reporting on. I can trace the calls into the repository class,
> but then sth goes wrong (. Mapping via TS settings is definitefly right.
> Any clues ? Model is AbstractValueObject...
>
> Regards,
> Frank
>
> -----Ursprüngliche Nachricht-----
> Von: typo3-project-typo3v4mvc-bounces at lists.typo3.org [mailto:
> typo3-project-typo3v4mvc-bounces at lists.typo3.org] Im Auftrag von Henjo
> Hoeksma
> Gesendet: Montag, 19. Dezember 2011 08:51
> An: TYPO3 v4 MVC project
> Betreff: Re: [TYPO3-mvc] Working with value objects
>
> Hi Frank,
>
> just create a repository for your value object.
>
> Kind regards,
>
> Henjo
>
> Problems are small because we learned how to deal with them.
> Problems are big because we need to learn how to deal with them.
>
>
> On Sun, Dec 18, 2011 at 23:53, Frank Gerards <F.Gerards at esolut.de> wrote:
>
> > Hi list,
> >
> >
> >
> > I use a mapping to the static_info_table and made a corresponding model
> > class.
> >
> > I thought to make it a value object type.
> >
> >
> >
> > If I instanciate it in my controller and pass it to the view, I can
> > debug all properties,
> >
> > Which are (ofc) empty by that time.
> >
> >
> >
> > My question simply is, how can I i.e. render a list of all ISO 2 country
> > codes, as a value
> >
> > Object doesn't have a repository afaik.
> >
> >
> >
> > This might be a fundamental misunderstanding on my part of the domain
> > object types concept,
> >
> > so I would be happy if someone could clear that up.
> >
> >
> >
> > Does any of you work with value objects, that are mapped on database
> > tables ?
> >
> >
> >
> > Thx,
> >
> > Frank - munich
> >
> > _______________________________________________
> > TYPO3-project-typo3v4mvc mailing list
> > TYPO3-project-typo3v4mvc at lists.typo3.org
> > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
> >
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
>


More information about the TYPO3-project-typo3v4mvc mailing list