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
