[jboss-user] [JBoss Seam] - Re: questions about navigation and injection

mousstik do-not-reply at jboss.com
Mon Apr 16 06:12:24 EDT 2007


In addition, I use POJOs :

@Name("bean1")
  | @Scope(ScopeType.CONVERSATION)
  | public class Bean1...

@Name("bean2")
  | @Scope(ScopeType.CONVERSATION)
  | public class Bean2 {
  |  @In
  |  private Bean1 bean1; 

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

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



More information about the jboss-user mailing list