Hi

I want to programm a guestbook in flex, which should store the entries
in a database(MySQL). I wrote a JSP site with a flex script and can so
show all the entries in the database. That's works fine.

But now I have Problem to get the Data from the Flex Form in the
JSP-Variables to store them in the Database.(look example at bottom)

How can i solve this 

Has anybody a simple example how i can write the flex variable to the
JSP variable.


thx flo

######## PROBLEM ########

<mx:FormItem horizontalAlign="left" label="Name" required="true"
direction="horizontal">
                    <mx:TextInput id="name" width="200"/>
</mx:FormItem>


How can I store the value of name.text in the Database or in a
JSP/Jave variable





--
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