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 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) //?? { this.

Using @Persist with entities

2012-09-20 Thread RJB III
t: http://tapestry.1045711.n5.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 additi