[jboss-user] [JBoss Seam] - Re: multiple component instances in one page

sbublava do-not-reply at jboss.com
Tue Feb 6 10:12:06 EST 2007


@Name("helloworld")
  | public class Helloworld {
  | 
  | 	@In("dumbUser")
  | 	private DumbUser dumbUser1;
  | 	
  | 	@In("dumbUser")
  | 	private DumbUser dumbUser2;	
  | }

I believe the second one should be @In("dumbUser2").


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

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



More information about the jboss-user mailing list