Re: [flexcoders] Navigating to a jsp while flex movie is loaded

2009-08-22 Thread Wesley Acheson
Redirecting the request when responding a to a flex call will only redirect the result of that call not the page the browser is on. You need to send back information to flex and have it do the redirection On Fri, Aug 21, 2009 at 8:19 AM, Ram Mohan wrote: > > Hi all, > > My requirement is that wh

[flexcoders] Navigating to a jsp while flex movie is loaded Click to flag this post

2009-08-21 Thread Ram Mohan
Hi all, My requirement is that whenever the session becomes, a background process should redirect the browser from a flex app to a jsp file( say sessionExpiry jsp). In that sessionExpiry.jsp, i would be redirecting to logout.jsp. I am observing that eventhough these jsps are getting executed on

[flexcoders] Navigating to a jsp while flex movie is loaded

2009-08-21 Thread Ram Mohan
Hi all, My requirement is that whenever the session becomes, a background process should redirect the browser from a flex App to sessionExpiry jsp. In that sessionExpiry.jsp, i would be redirecting to logout.jsp. I am observing that eventhough these jsps are getting executed on the server. they