soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

SelectWire does not synchronise Attributes between Object and Instance #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a DomainObject
2. Create a DomainObjectInstance and connect the two together with a SelectWire
3. Set the SelectWire query to "id = ?" and provide a text field parameter
4. Create an InputForm and connect to the DomainObjectInstance with a SyncWire 

What is the expected output? What do you see instead?
Expected: The input form is given text fields in the DomainObjectInstance
Actual: The input form is empty

Could this be because a SelectWire does not currently infer
AttributeInstances (like a NewInstanceWire does)?

Original issue reported on code.google.com by soundasleep on 23 Jul 2009 at 1:12

GoogleCodeExporter commented 9 years ago
Resolved in r927.

Original comment by soundasleep on 7 Aug 2009 at 4:54