Skip to Content
0
Former Member
Dec 24, 2007 at 10:05 AM

Calculate attribute for every model element

16 Views

I have a context with a model node Control_List. I want to use a calculated attribute MonthCalc that returns a string representing the name of the month stored in a Date model element. I added a child value node with cardinality 1...n and singleton=false to the model node, and defined a calculated value element, but the method is only called once.

What have I done wrong?