Reputation: 461
Is there some way that I can pass a Object from one managed bean to another
For Example: #{bean1.setMethod(bean2.getMethod)}
#{bean1.setMethod(bean2.getMethod)}
OR
Are there any workarounds of doing this?
Upvotes: 0
Views: 745
Thanks to ForguesR for answering the question. The solution to the problem is here.
Upvotes: 1