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

soudmaijer do-not-reply at jboss.com
Tue Feb 6 10:36:29 EST 2007


"sbublava" wrote : @Name("helloworld")
  |   | public class Helloworld {
  |   | 
  |   | 	@In("dumbUser")
  |   | 	private DumbUser dumbUser1;
  |   | 	
  |   | 	@In("dumbUser")
  |   | 	private DumbUser dumbUser2;	
  |   | }
  | 
  | I believe the second one should be @In("dumbUser2").
  | 

Tried this, but that doesn`t work.... (thanks for the suggestion)

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

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



More information about the jboss-user mailing list