'created' entity property produces error when used in output template
‘created’ entity property produces error when used in output template
the error is: ‘reflection property not found: created’
Submitted by Danny Groenewegen on 9 November 2012 at 14:14
Issue Log
On 6 September 2013 at 20:24 Elmer van Chastelet commented:
I think that the strategy
all-entity-to-init-reflect
will only add entity properties that are defined in the webdsl program. Probably, the strategyproperty-to-init-reflect(|t_entjtype)
is not invoked on thecreated
(andmodified
?) properties that are generated.Bot strategies are in org/webdsl/dsl/to-java-servlet/reflection.str
Needs some debugging.
On 16 September 2013 at 18:33 Elmer van Chastelet commented:
Fixed in https://svn.strategoxt.org/websvn/WebDSL/?rev=5794&sc=1
On 16 September 2013 at 18:33 Elmer van Chastelet closed this issue.
Log in to post comments