Peter Zhu
Peter Zhu

Reputation: 461

Passing a field from one managed bean to another

Is there some way that I can pass a Object from one managed bean to another

For Example: #{bean1.setMethod(bean2.getMethod)}

OR

Are there any workarounds of doing this?

Upvotes: 0

Views: 745

Answers (1)

Peter Zhu
Peter Zhu

Reputation: 461

Thanks to ForguesR for answering the question. The solution to the problem is here.

Upvotes: 1

Related Questions