Re: [flexcoders] Redirect to next page

2005-07-07 Thread Harinath
t; > -Original Message----- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Harinath > Sent: Wednesday, July 06, 2005 6:00 PM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Redirect to next page > > Hi Sree, > > Thanks a

RE: [flexcoders] Redirect to next page

2005-07-06 Thread Abdul Qabiz
age- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Harinath Sent: Wednesday, July 06, 2005 6:00 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Redirect to next page Hi Sree, Thanks a lot for the information. I am trying to use Flex for the first time and I re

Re: [flexcoders] Redirect to next page

2005-07-06 Thread Harinath
Hi Sree, Thanks a lot for the information. I am trying to use Flex for the first time and I really dont understand the usage of Flex. I started running the examples given by Macromedia in my Tomcat 5.0. Please run through the code of the examples that I have used. Let me know where I went wrong. T

Re: [flexcoders] Redirect to next page

2005-07-06 Thread Harinath
Hi How to forward the request to result page from struts action mappings. jsp1-->action-->jsp2(result)..But when i am trying, the result will be displyed but it is not going to next page(jsp2).Please help me -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcoders

Re: [flexcoders] Redirect to next page

2005-07-05 Thread Harinath
Thanks Sreejith Unnikrishnan, Whats the exact problem is i want to do this: jsp1-->action-->jsp2 But it is coming to same page that is jsp1 i have confired in struts-config.xml like this On 7/5/05, Sreejith Unnikrishnan <[EMAIL PROTECTED]> w

Re: [flexcoders] Redirect to next page

2005-07-05 Thread Sreejith Unnikrishnan
Hari, This would be very minimal information for anybody to comment! Are u developing the entire application in Flex? Or a few UI components embedded in JSP? If it is the second case, there you might have to provide some more details, but if it is the first, you should then understand that t

RE: [flexcoders] Redirect to next page

2005-07-05 Thread Nick Watson
To Redirect you need to use the getURL() function like this   getURL(myNewPage.html);     From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Harinath Sent: 05 July 2005 13:41 To: flexcoders@yahoogroups.com Subject: [flexcoders] Redirect to next

[flexcoders] Redirect to next page

2005-07-05 Thread Harinath
Hi Guys I am trying to develop simple application using flex using sturts framework.But i am unable to forward to result page that is specified in action mappings. If i am using result="alert()" the result is displayed in popup box. But why ? it is not forward to next page.. Please help me Than