I am using the SAP UI5 Router component and am encountering the following:
Step 1: Go to view A and choose a record to be viewed in view B.
Step 2: View B displays everything properly.
Step 3: Hit a button to go back to View A.
Step 4: Select a new record to view in View B.
Step 5: View B continues to display the first record even though I see the new values submitted to View B.
It seems like it is not getting to certain portions of the createContent: the 2nd time through the view. I have breakpoints set to check the variable values and am not seeing those breakpoints hit the 2nd time around.
Any ideas? I can add code if necessary.