In JSF2, how can i pass objects from one requestscoped bean to another requestscoped bean? I really don't want to make them sessionscoped.
Maybe can i inject one bean in the other?
Thank you.
|
|
Use the ManagedProperty annotation:
I haven't tested that code. You can achieve similar results by defining managed properties in |
|||||||
|