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


 <action   path="/login"
           type="flex.FlexAction"
                   name="registration"
                   input="/flexTwo.jsp">
                           
  <forward   name="success" path="/firstApp.jsp" redirect="true"/>
         </action> 








On 7/5/05, Sreejith Unnikrishnan <[EMAIL PROTECTED]> wrote:
> 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 there is really no
> concept such as "next page" in flex.
> 
> The alert is a flex popup that displays the result of ur struts action, but
> the forward does not work as in JSP. You should use that data and map it to
> a flex component to see the results.
> 
> Regards
> Sree
> 
> Harinath wrote: 
> 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
> Thanks a lot..
> Regards
> Harinath K
> 
> 
> --
> Flexcoders Mailing List
> FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
> 
> ________________________________
> YAHOO! GROUPS LINKS 
> 
>  Visit your group "flexcoders" on the web.
>   
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>   
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>   
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
> ________________________________
>


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to