My bad! DataTable, or at least <ice:dataTable> doesn't seem to like the
seam-gen generated default of Set<> for 1-m relationships in Entities.
In my Department code if I change Set to List throughout then like magic the data table
works.
What was happening is that with Set<> the Set itself was being bound to the var
attribute in the dataTable, not iterating through the Set and binding each item to var.
I'm not sure why it works this way but now that I know I'll just keep it in mind.
:-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019177#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...