Thanks for your response, I think, even with an ajax approach, concurrent requests for same action would result in unexpected output as these actions are stored by same action name at background. So in fact this is not a presentation constraint but a processing constraint. We can neither prevent concurrent submits nor make them wait for another to finish. They need to work parallelly. So i think what we need here is a way to store background threads separately possibly on per-request basis instead of per-session basis?
Thanks. 2008/7/21 Jeromy Evans [EMAIL PROTECTED]: > > > This is a good candidate for making asynchronous requests via an ajax > framework. I would drop the frameset and replace it with a few s:div's > tiggered by s:submit's from the ajax theme. That's much easier than what > you're attempting and is what those tags are intended for. > > Just my 2c. > > regards > Jeromy Evans > >

