I would suggest designing your entity model first then designing the view. Remember you
can traverse entity relationships in EL using e.g. #{attendance.person.firstname} and that
EJB3 does lazy fetching so there is no need to explicity fetch the entire object graph in
the query.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976519#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...