Very simple.

public class Person {
  | 
  | 
  | House house;
  | 
  | // more fields, getters and setters for house
  | }
  | 
  | public class CD {
  | 
  | String number;
  | String road;
  | 
  | // etc.
  | }
  | 
  | #{person.house.road}

If Person had been outjected.  More generally you can traverse associations on 
an object graph.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976633#3976633

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976633
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to