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 PersonValueEncoder in separate class, added it in
appModule... 
I setupRender i setup my selectModel with
SelectModelFactory.create(personsList, "name") and checked with
getOptions().size() that I have 3 options (I inserted 3 Persons in
database).

When call this form, it doesnt show select component, nor label, and there
is no exceptions. So, everything is rendered OK, except that there is no
select component for choosing Person for Description.

Thanks

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Forms-tp2427184p5713581.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...@tapestry.apache.org

Reply via email to