I have a page that looks like the attached screen shot.
The Freight Rates tab has a loaded component that contains a form.
There is also a form above the tabs and the Submit button for that form is below the tabs.
When I click on Submit, the upper form is processed (all the data is written as expected) but then it navigates to the loaded component. After the submit, the freight_rates.load page is displayed next, not the index page that should be loaded based on a typical grid.
I have the exact (yeah, right) same scenario working in other areas of my app, but can't seem to figure out why it isn't working this time.
For example, the form seen in contacts.png works just fine.
Any ideas off the top of your head?
I'm trying to get some time this morning to dummy up a little app to show my issue in as little code as possible.
-Jim