try event.selectedItem.postcode or event.selectedItem.POSTCODE or event.selectedItem['postcode']
--- In [email protected], "digital_eyezed" <[EMAIL PROTECTED]> wrote: > Sorry, that didn't work either. > > Any other ideas?? > > --- In [email protected], João Fernandes > <[EMAIL PROTECTED]> wrote: > > Hi Iain, > > > > > > > > Try with selectedNode instead selectedItem. > > > > > > > > João Fernandes > > > > Secção de Desenvolvimento > > > > Departamento de Informática > > > > ________________________________ > > > > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of digital_eyezed > > Sent: sexta-feira, 5 de Agosto de 2005 12:03 > > To: [email protected] > > Subject: [flexcoders] Dynamic Tree and VO's > > > > > > > > Hi, > > > > I have a tree which is populated (through the dataProvider) from a > > returned array of VO's from a RemoteObject Call. Within the VO is > a > > number of attributes, two of the attributes are called data and > label. > > The tree shows ok. I want to be able to extract the other > attributes > > that are associated with this selectedItem and can't seem to get > the > > data out. How do I do this? For example, another attribute is > > call 'postcode' so I tried to use change="myVariable = > > event.selectedItem.getProperty('postcode')" but this did not work, > > although if I change the 'postcode' to 'label' then I get the > label. > > > > Can you help? > > > > Regards, > > > > Iain > > > > > > > > > > -- > > 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 > <http://groups.yahoo.com/group/flexcoders> " on the web. > > > > * To unsubscribe from this group, send an email to: > > [EMAIL PROTECTED] <mailto:flexcoders- > [EMAIL PROTECTED]> > > > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/> . > > > > > > > > ________________________________ ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12huo6n90/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123250965/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> -- 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/

