[jboss-user] [JBoss Seam] - Re: A few issues.

pete.muir@jboss.org do-not-reply at jboss.com
Mon Aug 13 10:50:01 EDT 2007


Ah, if you have something like

public abstract class MyAbstractClass {
  | 
  |    @In protected Foo foo;
  |    ...
  | }

public class MyClass extends MyAbstractClass {
  |    // Do something with foo
  | }

it should work.  If you are unsure, post what you've got.


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

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



More information about the jboss-user mailing list