I have a web application that is primarily html/jsp.  It embeds a Flex 
app for displaying a DataGrid of data from a web service.  While the 
service is executing, the web page does not respond to clicks on links 
which would navigate to a different page.  The embeded Flex app, 
however, does respond to mouse clicks.

I set a timeout on the HTTPService and found that even after the 
timeout, the web page does not respond to clicks for about another 2 
minutes.  At that time, the web page will execute whatever I clicked 
on during the freeze up period.

Is there something I can change about the HTTPService or the wrapper 
configuration?  I did a lot of searching through the Flex docs and web 
sites, but have not found any relevant information.

Thanks,
Paul

Reply via email to