Just a thought Jason. If this is happening on a MySQL database this may be the problem. This may have to do with transaction isolation. You may have to set the isolation level to READ-COMMITTED.
Here is more info: http://www.databasejournal.com/features/mysql/article.php/3393161/MySQL-Transactions-Part-II---Transaction-Isolation-Levels.htm and http://dev.mysql.com/doc/refman/5.1/en/set-transaction.html If database is not MySQL, what database and OS are you using? On Apr 16, 2:32 pm, Jason Brower <[email protected]> wrote: > When I do certain forms that jump back to a page listing all the items > in that database, it doesn't include the new item I just added with that > form unless I refresh the page. > How do I fix such an issue? > --- > Best Regards, > Jason Brower

