This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Seam with RichFacesdamianharvey Jan 23, 2008 9:17 PM (in response to tulip)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
- 
        2. Re: Seam with RichFacestulip Jan 24, 2008 2:45 PM (in response to tulip)Thanks for the reply. 
 Question. How do I instantiate the new session bean from within the old session bean ?
 thanks
 
    