This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
hi folks! wat if a jsp page is being executed on server side. Only 5 instructions r executed out of 10 n user clicks the back button of the browser. now the last 5 instructions r left but u wanted to execute all the 10 instructions. how to handle this? how to do it in a single transaction?? thanks
Poornachandran R
Ranch Hand
Joined: Sep 11, 2002
Posts: 47
posted
0
Hai, I think you can for Page buffer. Enable the page buffer so that the executed responses are not sent to the client immediately.
reehan ishaque
Ranch Hand
Joined: Mar 25, 2001
Posts: 54
posted
0
but isnt there any alternative tachnique like in VB using begin n end block for transactions???