--- In flexcoders@yahoogroups.com, "christophers1228"
<[EMAIL PROTECTED]> wrote:
>
> Hello,
> 
> Is it possible to enable client side caching with AIR and LCDS when
> you have managed destinations?
> 
> For example, if I have 4 related tables each having their own
destination.
> 
> SalesPerson has many WorkOrders.
> WorkOrder has one SalesPerson.
> WorkOrder has many Proposals.
> Proposal has one WorkOrder.
> Proposal has many LineItems.
> LineItem has one Proposal.
> 
> If I have the following mxml code.
> 
> <mx:DataService id="workOrderDS" cacheId="workOrders"
> destination="hibernate-work-order"/>
> 
> workOrderDS.fill(model.workOrders,
> 'WorkOrderVO.getWorkOrdersForSalesPerson', {user: model.user.id});
> 
> Thanks for any pointers.
>

Anyone?

Reply via email to