Re: passing object to component problem

2008-09-03 Thread Theodore Petrosky
Thanks... using your example worked... is there any information you could point me at to explain synchronizing verses non-synchronizing? Ted --- On Wed, 9/3/08, David LeBer <[EMAIL PROTECTED]> wrote: > From: David LeBer <[EMAIL PROTECTED]> > Subject: Re: passing object to

Re: passing object to component problem

2008-09-03 Thread David LeBer
On 3-Sep-08, at 9:49 AM, Theodore Petrosky wrote: I have a component that displays Asset objects. These Assets are a to one relation with Manufacturers (one Manufacture many assets). I am trying to learn how to include a new component so I added: where NewAsset is a new stateless componen

passing object to component problem

2008-09-03 Thread Theodore Petrosky
I have a component that displays Asset objects. These Assets are a to one relation with Manufacturers (one Manufacture many assets). I am trying to learn how to include a new component so I added: where NewAsset is a new stateless component. The new component works fine. but I am at a loss h