2 Replies Latest reply on Mar 8, 2006 10:18 AM by amin59

    IFrame and Seam Conversation

    amin59

      Hi,

      I've addressed a Seam page which shows some conversational data from an IFrame, but I fails to work. It seems that this page should be called via JSF style POST, not directly and via GET.

      I've also tried to do some hacks and copy/pasted java-script code into a new page which redirect to the main one, but this solution does not seam to work all the time. Some times it works and some time no info is shown again.

      I cannot ignore using IFrame and would like to find a solution covering this item. The fact is than I wanted to have a paned tab but Facelets does not work well with MyFaces Tab component so I wrote one with IFrame+JavaScript.

      Thanks for your response.