Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Sowbhagya Valli Suryadevara
HI, We are using the struts tiles framework in our project. There is a particular request that consumes a lot of time (20 seconds). Instead of showing a blank page is it possible to show a Please Wait message while the processing is happening in the background. Then when the processing is over

RE: Newbie: Action class - how to make it thread safe?

2003-01-29 Thread Sowbhagya Valli Suryadevara
? Sowbhagya Valli Suryadevara wrote: We are using the struts(1.0.2) framework in our application. When multiple users are clicking on the same SAVE button simultaneously the data is getting interchanged for the users. Am I supposed to synchronize any of the blocks? The sample code

Newbie: Action class - how to make it thread safe?

2003-01-26 Thread Sowbhagya Valli Suryadevara
HI, We are using the struts(1.0.2) framework in our application. When multiple users are clicking on the same SAVE button simultaneously the data is getting interchanged for the users. Am I supposed to synchronize any of the blocks? The sample code provided by struts does not have any