[jboss-user] [JBoss Seam] - Re: Seam with RichFaces

damianharvey do-not-reply at jboss.com
Wed Jan 23 21:17:35 EST 2008


There's nothing wrong with that approach.

To call another bean from inside a bean you can either:
a) inject the bean using @In; or
b) create it inline using Component.getInstance("mybean")

Cheers,

Damian

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

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



More information about the jboss-user mailing list