1 Reply Latest reply on Jan 23, 2008 4:37 AM by nickarls

    Problem faced while opening seam pdf in Moxilla

    sawant.yuvraj

      Hi,

      We are facing a problem when we open a seam pdf in firefox. It does not open the pdf. The below given HTML contents are displayed in the browser.

      -------------------------------------------------------------------------------------
      Contents displayed in browser.
      -------------------------------------------------------------------------------------
      <meta http-equiv="Refresh" content="0; URL=msgActionReport.pdf docId=1&conversationId=42&conversationIsLongRunning=true" />
      -------------------------------------------------------------------------------------

      Seam PDF is working with Firefox 3(beta). The below given is firefox 3 details:
      Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008010405 Minefield/3.0b3pre

      We are looking for a work around for this problem faced with firexfox 2.x .
      Any help in this front is appriciated.

      Thanks in advance,

      Regards,
      Yuvraj

        • 1. Re: Problem faced while opening seam pdf in Moxilla
          nickarls

          Haven't used seam pdf myself but it seems to function by generating the PDF and then a page that automagically refreshes to an URL.

          Is meta-refresh allowed on your browser? What happens when you try entering the URL-part directly into the browser (after the normal context root).

          The URL looks a little strange to me but perhaps seam preprocesses it into something nicer since you said it was working on other browsers.