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

fernando_jmt do-not-reply at jboss.com
Tue Feb 6 09:47:20 EST 2007


Because your attribute  DumbUser is a plain class (not injected), you sould initialize your class manually, 



  | private DumbUser dumbUser = new DumbUser();
  | 
  | 

Try above, I think it will work.

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

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



More information about the jboss-user mailing list