Stefano, I probably made a bigger deal out of it than was necessary, but essentially when you are running under admin and adding new portlets (IFramePortlet's), there is an URL field, but that is not what is used as the source location for the IFramePortlet. Rather, an additional parameter is used called "source", which you need to add under the parameters section with your URL.
Looking at Javadoc API documentation for the IFramePortlet, it is more explanatory, hopefully I was able to steer you there, but I may have just made a simple problem more confusing to you - my bad if that is the case. Jason Trust -----Original Message----- From: Stefano Bianchi [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 4:54 AM To: Jetspeed Users List Subject: Re: WebPagePortlet vs IFramePortlet Thank you Jason, this confirms my experience too. Maybe due to my poor English, could you please be clearer about: > One thing to watch out for, is that you need to create a source > parameter that has the url of your starting page, and not the URL > parameter which you would have been using - the Javadocs describe how to > set it up pretty well but the admin pages still show the URL parameter. What do you mean with "source parameter"? Thank you Stefano ----- Original Message ----- From: "Jason Trust" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 5:59 PM Subject: RE: WebPagePortlet vs IFramePortlet The IFramePortlet is definitely the route to go when bringing in pages from an existing web application that has navigation - like a search screen from another app that posts search criteria and gets back some data. I am certainly no expert, but I got it working. One thing to watch out for, is that you need to create a source parameter that has the url of your starting page, and not the URL parameter which you would have been using - the Javadocs describe how to set it up pretty well but the admin pages still show the URL parameter. Doing a file compare between the 2 java classes (WebPagePortlet), there are some differences, but I was unable to determine from comments any reasoning for those differences. Others probably know why the changes and for what reasons. I just use the WebPagePortlet2 one, sounds newer <g>. Jason Trust -----Original Message----- From: Stefano Bianchi [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 11:29 AM To: Jetspeed Users List Subject: WebPagePortlet vs IFramePortlet Hi, could anyone provide me with a simple explanation about differences between WebPagePortlets and IFramePortlet? And between WebPagePortlet1 and WebPagePortlet2? I'm developing a portal in which I embed different webapps into Jetspeed, that actually acts like a "webapps" container. I think IFramePortlet is the only one that allows internal navigation within a Jetspeed page. Am I right? Thank you for your attention & time Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]