hmm, that looks correct. I wonder if there's a bug with that annotation.
If you replace @CollectionLayout(render=...) with the deprecated @Render(Type.EAGERLY), does it work? On 29 January 2015 at 10:43, <[email protected]> wrote: > Hi, > > > > Is there a way to render the (list) result of a contributed action eagerly? > > > > I tried: > > > @Action(semantics=SemanticsOf.SAFE) > > @CollectionLayout(render=RenderType.EAGERLY) > > public List showProfileMatches(Profile demandProfile) { > > > > [1] line 39 > grtz Johan > > > > [1] > > > https://github.com/johandoornenbal/matching/blob/master/dom/src/main/java/info/matchingservice/dom/Match/ProfileMatchingService.java > > > > >
