Re: [flexcoders] Navigating from flex to jsp page

2008-07-16 Thread Sid Maskit
:17:10 PM Subject: [flexcoders] Navigating from flex to jsp page I have a flex application that loads as soon as a user hits a url. Now this application has a creationComplete method which makes a call to a java servlet. In the servlet (/servlet filter) I perform certain authorization checks

[flexcoders] Navigating from flex to jsp page

2008-07-15 Thread gaurav1146
I have a flex application that loads as soon as a user hits a url. Now this application has a creationComplete method which makes a call to a java servlet. In the servlet (/servlet filter) I perform certain authorization checks and if the check fails I want to navigate the user to a jsp page. I