1 Reply Latest reply on Dec 4, 2009 2:41 AM by kapitanpetko

    Passing Objects between two applications (EARs)

    akmishra

      I have two applications both running in Jboss.



      From one application's XHTML, I want to launch a XHTML present in another application, fill in some data in the page, create an object and pass this object to the calling application.


      Can someone help on how I can achieve this using SEAM, JSF and javascript?