This fixed the problem! thanks heaps. I just changed this: result="event.call.resultHandler(event)" to read this: result="event.token.resultHandler(event)"
and it all works again :) > I believe you need to change the references to event.call to event.token. > > --Josh > > > > > 1119: Access of possibly undefined property call through a reference > > with static type mx.rpc.events:FaultEvent. > > > > for both these lines: > > result="event.call.resultHandler(event)" > > fault="event.call.faultHandler(event)" > > > > The above lines are straight out of a Cairngorm 2 beta 3 example. Can > > anyone tell me why? > > > > Thanks in advance, > > > > Russell Munro > > > > > > > > > > > > > > > > -- > > 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 > > > > > > > > > > > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- 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/

