Re: Forms - BeanEditor and t:select

2012-06-01 Thread stipenovi
It seams that your *add="descriptionCreator" + * is right way. Now is everything OK. Thank you very much for help and for fast replay. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Forms-tp2427184p5713583.html Sent from the Tapestry - User mailing list archive at Nabble.c

Re: Forms - BeanEditor and t:select

2012-06-01 Thread ICE Ernesto Arteaga Zavala
I do that in this way: 2012/6/1 stipenovi > Can anyone help me: > > I have 2 entities: Description and Person with unidirectional ManyToOne > mapped relationship. > Every description must have descriptionCreator (Person). > > I have this code in tml: > > >

Re: Forms - BeanEditor and t:select

2012-06-01 Thread stipenovi
Can anyone help me: I have 2 entities: Description and Person with unidirectional ManyToOne mapped relationship. Every description must have descriptionCreator (Person). I have this code in tml: I injected SelectModelFactory, and have SelectModel as @Property in page class. I also created Per