[Flow] Mapping Problem

Pankaj Lele pankaj at lelesys.com
Fri Mar 21 10:38:40 CET 2014


Hi

> #1297759968: Exception while property mapping for target type 
> "SUB\Germaniasacra\Domain\Model\Kloster", at property path 
> "klosterstandorts.gruender": Object with identity "Pfarrer Reinhold (1. 
> Dekan)" not found.
> 
> The property of the "klosterstandort" which concerns here is called 
> "gruender" (an array):
> 
> <f:form.textarea property="klosterstandorts.gruender" 
> value="{klosterstandort.gruender}" />

looking at the error it seem that, Flow is trying to fetch an object 
with identifier which is not an UUID (Persistence_Object_Identifier).
So maybe you coudl try changing the line of f:form.textarea to:
 <f:form.textarea property="klosterstandorts.gruender" 
value="{klosterstandort.gruender -> f:format.identifier()}" />

This is just a wild guess. So I hope it might help.


-- 
Pankaj Lele
CTO - Lelesys, India
http://www.lelesys.com
Twitter: @pankajlele



More information about the Flow mailing list