[jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany

david.spark do-not-reply at jboss.com
Thu Aug 9 10:19:35 EDT 2007


I don't use seam-gen much so can't really imagine that page :-)

It seems like you're passing the athleteID to workoutList.xhtml. That's not the same as passing an instance of athlete, so unless something happens in workoutList.xhtml to convert the ID back to an instance of Athlete there's no 'athlete' available to @In. What does workoutList.xhtml do with the ID?

What is athlete.java? If it's an entityBean then @Out won't do much there.

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

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



More information about the jboss-user mailing list