Issues with record components:
1. I want to reuse my SplitDateTimeItem in a ListGrid. So I use a DynamicForm as a record component. However, I can still see the original DateItem below my Dynamic Form when editing.
2. If a ListGrid is set to save locally, and if the ListGrid has displayed one or more records, and I try to edit a new record that has no values for the ListGrid, or I want to view a record that does not have values for the ListGrid I get the following kind of errors:
Note that MissionPlanForm along with SensorTransitionList essentially is a reproduction of your JPA One-to-Many Relation example. Where a mission has many SensorTransitions.
Any help would be greatly appreciated. It would probably be simpler to create a test case using your example, and including a dateTime value in city. As I have significantly more code than above, but it would demonstrate everything except the use of a valuesManager.
1. I want to reuse my SplitDateTimeItem in a ListGrid. So I use a DynamicForm as a record component. However, I can still see the original DateItem below my Dynamic Form when editing.
2. If a ListGrid is set to save locally, and if the ListGrid has displayed one or more records, and I try to edit a new record that has no values for the ListGrid, or I want to view a record that does not have values for the ListGrid I get the following kind of errors:
Note that MissionPlanForm along with SensorTransitionList essentially is a reproduction of your JPA One-to-Many Relation example. Where a mission has many SensorTransitions.
Any help would be greatly appreciated. It would probably be simpler to create a test case using your example, and including a dateTime value in city. As I have significantly more code than above, but it would demonstrate everything except the use of a valuesManager.
Comment