RE: [flexcoders] namespace problems

2005-09-21 Thread Husain Kitabi
ps.comSubject: RE: [flexcoders] namespace problems   Hi Thanks alot. Setting creationPolicy worked. However, in one of my stack i have an accordion and that seems to be giving a problem now.   I have one more problem rising here. How would i call my value object in an accordion in a s

RE: [flexcoders] namespace problems

2005-09-21 Thread Husain Kitabi
n Behalf Of Husain KitabiSent: Monday, September 19, 2005 12:44 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] namespace problems   Hi Thanks alot. Setting creationPolicy worked. However, in one of my stack i have an accordion and that seems to be giving a problem now.   I have one m

RE: [flexcoders] namespace problems

2005-09-20 Thread Husain Kitabi
coders@yahoogroups.comSubject: RE: [flexcoders] namespace problems   Hi Thanks alot. Setting creationPolicy worked. However, in one of my stack i have an accordion and that seems to be giving a problem now.   I have one more problem rising here. How would i call my value object in an accordion in a

RE: [flexcoders] Namespace Problems

2005-03-24 Thread Matt Chotin
future versions.   Thanks, Matt   From: Jack Waknitz [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 11:04 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Namespace Problems   I figured out a solution to the namespace problem.  Do it in actionscript and use

Re: [flexcoders] Namespace Problems

2005-03-24 Thread Jack Waknitz
t; > > > > > > > > > Matt > > > > > > > > > ____ > > > > > > > > > From: Jack Waknitz [mailto:[EMAIL PROTECTED] > > > Sent: Monday, March 21, 2005 8:49 AM > > > To: flexcode

Re: [flexcoders] Namespace Problems

2005-03-24 Thread Jack Waknitz
_ > > > > > > From: Jack Waknitz [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 21, 2005 8:49 AM > > To: flexcoders@yahoogroups.com > > Subject: Re: [flexcoders] Namespace Problems > > > > > > > > > > I am using a HTT

Re: [flexcoders] Namespace Problems

2005-03-24 Thread Jack Waknitz
; > > From: Jack Waknitz [mailto:[EMAIL PROTECTED] > Sent: Monday, March 21, 2005 8:49 AM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Namespace Problems > > > > > I am using a HTTPService using default settings. Here is the rdf foaf > fil

RE: [flexcoders] Namespace Problems

2005-03-22 Thread Matt Chotin
, 2005 8:49 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Namespace Problems   I am using a HTTPService using default settings.  Here is the rdf foaf file.  Doing the attribute without the namespace didn't seem to work. Any further ideas about whats wrong? On Fri, 18 Mar 20

Re: [flexcoders] Namespace Problems

2005-03-21 Thread Jack Waknitz
I am using a HTTPService using default settings. Here is the rdf foaf file. Doing the attribute without the namespace didn't seem to work. Any further ideas about whats wrong? On Fri, 18 Mar 2005 21:09:20 -0800, Matt Chotin <[EMAIL PROTECTED]> wrote: > > > Are you using HTTPService to get th

RE: [flexcoders] Namespace Problems

2005-03-18 Thread Matt Chotin
Are you using HTTPService to get the data?  Is resultFormat object (the default)?  If so, there’s no namespaces on the objects, we only store things by the local part of the qname.  If your data isn’t getting de-serialized correctly you may need to look into using your own xmlDecode funct