[flexcoders] Where is the data stored..?

2007-04-29 Thread tweakfreak33
Hi All, I am populating a datagrid with dataProvider={teachernameRequest.lastResult.teacherlist.teacherid} The data provider is, id=teachernameRequest url=http://192.168.0.5/amfphp/services/teachername.php; method=POST The datagrid shows the data from a Mysql db fine. I have not created an

[flexcoders] Re: Binding ArrayCollection to HTTPService method=POST

2007-04-17 Thread tweakfreak33
to the ArrayCollection (or XMLListCollection) in the result handler. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tweakfreak33 Sent: Monday, April 16, 2007 5:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] Re: Binding ArrayCollection to HTTPService method=POST

2007-04-17 Thread tweakfreak33
OK, So I've tried the code below, but I get the following error in flex: ERROR SeverityDescription ResourceIn Folder Location Creation Time Id 2 Encountered \n\n\t\t\tmx:Label x=\10\ y=\10\ text=\Staff Code Search\ id=\label_StaffCodeSearch\

[flexcoders] Binding ArrayCollection to HTTPService method=POST

2007-04-16 Thread tweakfreak33
Hi All, Firstly apologies for posting all this code! I have the following app that works fine, it's displays data from a mysql db in a datagrid, and also allows a user to insert a new record in the db... #START SNIP## ?xml version=1.0