This content has been marked as final.
Show 3 replies
-
1. Re: calling a method from another bean
Luke Simon Dec 17, 2008 11:02 AM (in response to Bart DP)Your class implements Serializable, it's a dataModel bean? You can't inject into entity model.
-
2. Re: calling a method from another bean
Bart DP Dec 17, 2008 12:49 PM (in response to Bart DP)No, it is just a managed bean calling another managed bean. It is all working, but I was wondering of this is the right way to do it, that's all.
-
3. Re: calling a method from another bean
Francisco Jose Peredo Noguez Dec 17, 2008 7:11 PM (in response to Bart DP)Yes, it is the right way to do it.