Title: RE: [flexcoders] Flex-Struts configration
This was there right?
 
<?xml version="1.0" encoding="iso-8859-1"?>
 
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" height="600">
 
    <mx:HTTPService id="registrationRequest" url="">
        result="alert(registrationRequest.result.registration.status)">
        <mx:request>
            <firstName>{firstName.text}</firstName>
            <lastName>{lastName.text}</lastName>
            <phone>{phone.text}</phone>
            <email>{email.text}</email>
        </mx:request>
    </mx:HTTPService>
 
    <mx:Form>
        <mx:FormItem label="First Name" required="true">
            <mx:TextInput id="firstName" width="200"/>
        </mx:FormItem>
        <mx:FormItem label="Last Name" required="true">
            <mx:TextInput id="lastName" width="200"/>
        </mx:FormItem>
        <mx:FormItem label="Phone" required="true">
            <mx:TextInput id="phone" width="200"/>
        </mx:FormItem>
        <mx:FormItem label="Email" required="true">
            <mx:TextInput id="email" width="200"/>
        </mx:FormItem>
        <mx:FormItem>
            <mx:Button label="Register" click="registrationRequest.send()"/>
        </mx:FormItem>
    </mx:Form>
 
    <mx:Repeater id="errorList" dataProvider="{registrationRequest.result.registration.error}">
        <mx:Label>{errorList.currentItem}</mx:Label>
    </mx:Repeater>
 
</mx:Application>

 

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Srikanth, R
Sent: Wednesday, February 08, 2006 3:43 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex-Struts configration

 

I have not outpur. I think HTTP Service tag is not Parsed in that application, where I had seen the view sourse in the browser the entire code has same. Please advice me how to proceed?

 

Thanks in Advance,

Srikanth

 

 

 

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin
Sent: Wednesday, February 08, 2006 1:36 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex-Struts configration

 

There’s nothing to download from that tutorial, it’s all embedded in the pages.  In example 1 the HTTPService tag is used to make a request against the servlet that then executes the Struts action.  In example 2 the WebService tag is what was used to hook up the connection to the extracted business logic, the same logic that a modified Struts action would have called.

 

Matt

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Srikanth, R
Sent: Tuesday, February 07, 2006 11:17 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex-Struts configration

 

Hi David,

I had gone through the http://www.macromedia.com/devnet/flex/articles/struts.html.

I have  some doubt. Please clarify the following doubts.

1. In that link they have given a Flex client application. May I know what the extention of the file. Is?

2. How it process?

Thanks in Advance,

With regards,

Srikanth

 

-----Original Message-----

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Srikanth, R

Sent: Monday, February 06, 2006 2:59 PM

To: flexcoders@yahoogroups.com

Subject: RE: [flexcoders] Flex-Struts configration

Hi,

 I have seen in your mentioned link. I have some doubt in that link. Where I have to save the Flex client file and how it calls?

 Could you please explain?

Thanks,

Kind regards,

Srikanth

-----Original Message-----

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of David Mendels

Sent: Saturday, February 04, 2006 9:18 PM

To: flexcoders@yahoogroups.com

Subject: RE: [flexcoders] Flex-Struts configration

Hope this helps: http://www.macromedia.com/devnet/flex/articles/struts.html

 

-David

Adobe

 

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Husain Kitabi

Sent: Saturday, February 04, 2006 9:38 AM

To: flexcoders@yahoogroups.com

Subject: Re: [flexcoders] Flex-Struts configration

I am just wondering why would you require struts and flex.

anyway, look into web.xml file

 

 

Srikanth <[EMAIL PROTECTED]> wrote:

Hello,

Could you please explain the confiration and Integration of the Flex

and Struts? Please send a sample code/link for that.

Thanks in advance,

with Regards,

Srikanth





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.





hussain

Yahoo! Mail - Helps protect you from nasty viruses.

 

--

Flexcoders Mailing List

FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

 

SPONSORED LINKS

Web site design development Computer software development Software design and development Macromedia flex Software development best practice

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.







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




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to