I have attached an example since my issue could cause confusion. What you will see are four issues:
Outline: I have a form (orders) and two tabs. Tab 1 holds a list with related orderdetails and tab 2 holds the selected orderdetail form.
I have the following issues all coming from the orderdetail form (tab 2, on the right hand side):
- When I have only one tab I don’t see the tab button (see tab 1)…
- I have 2 fields ‘sequence’. The first can be filled in by hand, the second are radioboxes. I don’t know why but changing the content of field 1 or 2 doesn’t show any radio button selection but the value is updated…
- Changing a value in a field won’t be updated in tab 1 unless you click in the form or attach a method with a call to the controller.
- Attached to the sequence field with radio’s I have a method that sorts the controller. Let’s say that the frontmost row has a sequence 1 and the second row has a sequence 2. You select the first row (sequence 1) and change the sequence to 3. The focus now goes to the first row in the list (again) and while you could think you are still editing the same row (1) you are not. You are editing row 2 that moved to the position it received after sorting. I expected the focus to remain with the row that I was editing…