Hello All,
I have a ques.. can you tell me whats going on here:
I request an update and then try to read the updated data.. but I do not see the changes in my
jsp (I do see the changes in database).. then I do a refresh on my jsp again which calls getDetails() method and this time I do see the changes on jsp also.
So does this mean that the
jdbc commit is taking its time in the background while it returns the control back to the update method ?
Here's a quick simple idea of what I do:
Any help is appreciated.. Tks!