I am trying to open up a dialog modal window during a button click event and when I open this window, I want to be able to call a view which gets the latest information and updates the modal dialog with the correct information when it loads. But it is always grabbing the first record and display that. When looking through the code, it opens the dialog box, then it goes and runs the code for the action result, but the View never gets updated with the correct record. I am trying to open up a dialog modal window du