[jboss-user] [JBoss Seam] - Re: @In (create=true)

blackers do-not-reply at jboss.com
Thu Jun 7 05:47:06 EDT 2007


Here is the important part from TeamHome.java (as generated by seam-gen)

anonymous wrote : 
  | @Name("teamHome")
  | public class TeamHome extends EntityHome {
  | 
  | 	private static final long serialVersionUID = -6503138100502127742L;
  | 	@In(create = true)
  | 	ClubHome clubHome;
  | 	@In(create = true)
  | 	GradeHome gradeHome;
  | ...
  | 

should the @Name here match the @In attributes name from GameHome.java?



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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052028



More information about the jboss-user mailing list