[Arp] Populating a form

Sam Shrefler sshrefler at gmail.com
Tue Jan 24 12:05:17 PST 2006


Interesting...  Do you have any additional information on how you utilize a
model locator?  It's not built into ARP Correct?

You said "one big load" in the beginning.  Is that one load per form?  or
one load for ALL forms?  And as you add forms you just continue to grow that
VO and then how do you convert from that one big value object to store the
data in your model locator?

Thanks

Sam

On 1/24/06, Rich Rodecker <flashape at gmail.com> wrote:
>
> yeah, usually one big load in the beginning, at least for the data
> that isnt going to change through a visit to the site (like a product
> list or whatever).  I then stick all that data into a ModelLocator,
> and retrieve it when necessary.
>
>
>
>
> On 1/23/06, Chris Velevitch <chris.velevitch at gmail.com> wrote:
> > On 1/24/06, Sam Shrefler <sshrefler at gmail.com > wrote:
> > > How do you usually take care of prepopulating this data?  Do you
> usually
> > > have 1 call to the service and return all the data in one big
> valueobject?
> > > Do you have multiple calls and just make sure each of them returns?
> >
> > I have 1 call and return one big valueobject because of the latency of
> > multiple calls.
> >
> > > Also, do you usually have a dispatchEvent in your onLoad function like
> > > dispatchEvent ( { type: "populateMyForm" } );
> >
> > Usually, it depends on whether the data life is the same the form life
> > or the data needs to exist longer.
> >
> >
> > Chris
> > --
> > Chris Velevitch
> > Manager - Sydney Flash Platform Developers Group
> > www.flashdev.org.au
> >
> > _______________________________________________
> > Arp mailing list
> > Arp at ariaware.com
> > http://ariaware.com/mailman/listinfo/arp_ariaware.com
> >
>
> _______________________________________________
> Arp mailing list
> Arp at ariaware.com
> http://ariaware.com/mailman/listinfo/arp_ariaware.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ariaware.com/pipermail/arp_ariaware.com/attachments/20060124/42364d28/attachment.htm


More information about the Arp mailing list