Todd O'Bryan wrote:

> How did you handle passing CayenneDataObjects around the Tapestry 
> application? The squeezer just lets you use them normally, handling 
> serialization and deserialization behind the scenes. Before I started 
> using it, I had to pass around ObjectIds and such to prevent my data 
> objects from thinking they were in different DataContexts and 
> generally being a pain.

I stored the DataContext as well as most of what I needed in the Visit.
Each user has his own visit object, each visit contains individual
DataObjects and everything seems to work just fine.
What am I missing?

t.n.a.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to