[flexcoders] Simple problem: Error creating links using string

2006-11-16 Thread raidenx112
Hi, I have the following code: mx:Repeater id=links dataProvider={project.links} mx:LinkButton label={links.currentItem} click=navigateToURL(new URLRequest('{links.currentItem}')) / /mx:Repeater I'm having problem creating the correct URL. For example, links.currentItem =

RE: [flexcoders] Simple problem: Error creating links using string

2006-11-16 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of raidenx112 Sent: Thursday, November 16, 2006 3:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Simple problem: Error creating links using string Hi, I have the following code: mx:Repeater id