0 Replies Latest reply on Feb 5, 2008 5:48 AM by badock

    Portlet to display html php-generated by apache.

    badock

      Hello all,

      I have a JBossPortal 2.6.3 running and i would like to use a portlet to display content hosted/php-generated on an apache.
      So i decided to use the IFrame Portlet.
      And it works _almost_ fine.
      The thing is, it's a little more complicated than that...

      The content i want to display is a webmail application (SquirrelMail) that runs on Apache.
      And the portlet that displays its content has its own tab "eMails".
      So here's what's happening, when a user wants to write an email, he goes to the "eMails" tab.
      Then he starts to write his mail, and suddenly wants to change the tab, to go check the "News" tab. So he clicks on "News", read the news, and then goes back to the "eMails" tabs... but his mail is gone !!!
      That's because the portlet reloads the url it is pointing to and which looks like http://fqdn/squirrelmail/index.php...

      So do you have an idea on how i might solve this little but very annoying problem ?

      Regards,

      badock.