So do you see the problem? Package should just be the path. Tracy
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Morphis Sent: Friday, October 03, 2008 1:11 PM To: [email protected] Subject: Re: [flexcoders] simple?? question I was thinking Flex was pointing to the constructor? I don't know, I'm just asking for my own curiousity.. On Fri, Oct 3, 2008 at 12:09 PM, Greg Morphis <[EMAIL PROTECTED] <mailto:gmorphis%40gmail.com> > wrote: > Here's the package code... thanks > > > package MyApp.com.vo.fooVO > { > [RemoteClass(alias="MyApp.model.MyApp.foo")] > > [Bindable] > public class fooVO > { > > public var id:Number = 0; > public var is_cleared:Number = 0; > public var actiondate:Date = null; > public var amount:Number = 0; > public var label:String = ""; > > public function fooVO() > { > > } > > } > } > > On Fri, Oct 3, 2008 at 12:05 PM, Scott Melby <[EMAIL PROTECTED] <mailto:smelby%40fastlanesw.com> > wrote: >> Guessing wildly... Maybe your package statement in the vo file is >> incorrect??? >> >> hth >> Scott >> >> Greg Morphis wrote: >>> I've got a VO, fooVO, it's located here root -> com -> vo -> fooVO.as >>> >>> When I enter >>> public var foo: fooVO shows up and I chose it.. >>> why does FlexBuilder import com.vo.fooVO.fooVO? >>> >>> shouldn't it be com.vo.fooVO? >>> >>> >> >> -- >> Scott Melby >> Founder, Fast Lane Software LLC >> http://www.fastlanesw.com <http://www.fastlanesw.com> >> >> >> >> ------------------------------------ >> >> -- >> Flexcoders Mailing List >> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt <http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> >> Alternative FAQ location: https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf- 1e62079f6847 <https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf -1e62079f6847> >> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo <http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo> ! Groups Links >> >> >> >> >

