Using @Persist with entities

2012-09-20 Thread RJB III
.nabble.com/Using-Persist-with-entities-tp5716411.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: Using @Persist with entities

2012-09-20 Thread Thiago H de Paula Figueiredo
On Thu, 20 Sep 2012 18:31:16 -0300, RJB III rjb...@yahoo.com wrote: But what do I do if I want to do this: public class ViewPerson { @Persist(entity) @Property private Person kevin; @Persist(entity) @Property private Person jeff; void onActivate(Person kevin, Person jeff) //??