4 Replies Latest reply on Aug 18, 2008 1:27 PM by kusamau

    Seam remoting request from within an IFrame causes IE to crash

    ranjithk

      I am making a Seam remoting request from within an IFrame but the IE crashes.


      I use IE 6.


      Code used to call is


      <s:remote include="changeLanguageAction" />
      Seam.Component.getInstance("changeLanguageAction").changeLanguage(language);




      Has anyone had such experience? Is there something wrong with the code?


      btw, I include my facelet app within a Tibco GI application