4 Replies Latest reply on Feb 8, 2009 1:37 AM by kukeltje.ronald.jbpm.org

    Exchange Objects between Seam Components

    those.thomas.selner.noegkk.at

      Hello guys!


      I do have a seam component (session scoped), which retrieves data from a WebService and displays the result in a (rich:)dataTable.


      For displaying the details of a row, i click on a s:link in the specific row, which loads another (detail)view. This view has another seam backing bean. Here i get the primary key of the selected object via the s:link, but i don't want to call the webservice again!


      Is it possible to transfer this specific (custom) object from seam backing bean A (session scoped) to seam backing bean B (detail bean, stateless)?


      (btw: javascript may/should not be used)




      thanks!