Maybe I should be doing the bean model on PlayerStats

public class PlayerStats implements Cloneable, Serializable {
    private static final Log log = LogFactory.getLog(PlayerStats.class);

    private Integer id = null;

    private Player player = null;

...can I refer to the player from there ?

player.playerNumber 

?
                                          

Reply via email to