I'm having a problem with a simple data entry screen. If I click 'New' and enter some data then 'Save', leave the screen come back it works just fine. However, If I enter multiple records then leave and come back it may or may not have actually saved my data. It is not every time, but it is most. It is not a matter of the data I am inputting, because I can enter the exact same information by leaving the screen and coming back in after every 1 or 2 records and all of the records will be saved properly. Also I have try/catch's around just about every block on the page and I am printing out any exceptions to the console. It never throws an exception even when it doesn't save!
Any thoughts would be appreciated.
Any thoughts would be appreciated.