Thanks Thiago... I welcome the constructive criticism... burn me beautiful
that was the one. Best regards and thanks... KEN From: nhhockeypla...@hotmail.com To: users@tapestry.apache.org Subject: RE: how to make model entity not visible on tapestry user interface Date: Thu, 21 Feb 2013 16:44:31 -0500 No its not css @Entity @ClassDescriptor(hasCyclicRelationships = true) public class Player extends Person implements ILeagueMetrics, ITeamMetrics, IUserMetrics, IPlayerMetrics, Cloneable, Serializable { @InjectResource private Logger log; private Integer playerNumber; private EPosition playerPosition; private EDexterity dexterity; private Team team = null; private Set<UploadableMedia> clips = new HashSet<UploadableMedia>(); private Set<PlayerStat> stats = new HashSet<PlayerStat>(); there is an annotation kinda like @Transient not sure but I forget about it it prevents the entity from coming up in the display it might be framework specific to tynamo I just forget and not sure if it still exists