Dear Forum,

I am trying to show nested properties in show.jspx and list.jspx. For example, having two entities Course and Teacher, where teacher is a referenced field in Course.

Now I want to show teacher.name in show.jspx and list.jspx of entity Course.

For the tag <field:select> there is itemlabel.
Is there anything equivalent for <table:column> and for<field:display>?

Thanks in advance!