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]> 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
>
>
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: 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
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
>
>
>
>

Reply via email to