RE: IFrame portlet

2004-11-17 Thread Randy Watler
Thilina, If you are using J1, there is a WebContentPortlet that you'll have to use since the portlet needs to proxy the intranet to the internet. I and other dev team members are going to be developing an analog for J2 which currently lacks this capability. HTH, Randy -Original

RE: IFrame portlet

2004-11-17 Thread Thilina
Randy, Thank you for you information and I'm using jetspeed 1.5. I searched WebContentPortlet in the portlet browser in the admin console, but I'm not be able to find out such a portlet object there. And also I searched in the web, but I haven't found any thing regarding WebContentPortlet. So..

RE: IFrame portlet

2004-11-17 Thread Randy Watler
Thilina, Sorry, I got the name(s) of the J1 portlets wrong. Try these: WebPagePortlet WebPagePortlet2 WebClippingPortlet Randy -Original Message- From: Randy Watler To: 'JetSpeed ' Sent: 11/17/04 10:29 PM Subject: RE: IFrame portlet Thilina, If you are using J1

Re: iframe portlet

2004-07-19 Thread Stefano Bianchi
Isn't it defined in the .xreg for the portlet? - Original Message - From: Floßmann Christoph [EMAIL PROTECTED] To: Jetspeed Users List (E-Mail) [EMAIL PROTECTED] Sent: Monday, July 19, 2004 9:37 AM Subject: iframe portlet Once upon a time, I made my first and only iframe portlet. I

RE: iframe portlet

2004-07-19 Thread Floßmann Christoph
categoryweb/category /portlet-entry = No url at all. I know the url of the displayed page but I can't find it. -Original Message- From: Stefano Bianchi [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 9:44 AM To: Jetspeed Users List Subject: Re: iframe portlet

Re: iframe portlet

2004-07-19 Thread Stefano Bianchi
it helps! Stefano - Original Message - From: Floßmann Christoph [EMAIL PROTECTED] To: Jetspeed Users List [EMAIL PROTECTED] Sent: Monday, July 19, 2004 9:52 AM Subject: RE: iframe portlet That's what I suggested too. But that's all I found there: === portlet-entry

RE: iframe portlet

2004-07-19 Thread Floßmann Christoph
- From: Stefano Bianchi [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 9:59 AM To: Jetspeed Users List Subject: Re: iframe portlet It should be specified in portlet-entry name=IFramePortlet hidden=false type=instance application=false meta-info titleIFrame Portlet/title descriptionDisplay

Re: iframe portlet

2004-07-19 Thread Stefano Bianchi
] Sent: Monday, July 19, 2004 10:26 AM Subject: RE: iframe portlet Well, I changed the value but the page didn't change. There is still the url I configured somewhere else. When I customize the page then I see the destinated url in the source parameter. But it doesn't work. I guess there must be an url

RE: iframe portlet

2004-07-19 Thread Floßmann Christoph
How stupid - I changed something in the source of the IFramePortlet.java. Now I have to look for the original source. -Original Message- From: Stefano Bianchi [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 10:40 AM To: Jetspeed Users List Subject: Re: iframe portlet Sorry

Re: IFrame-Portlet with state?

2003-11-19 Thread Kai Grossjohann
Gerry Reno [EMAIL PROTECTED] writes: Within the iframe itself you could maintain a session as long as no one reloaded the page that contained the iframe. Yes. The problem we have now is mainly with the portlet control icons causing page reloads that destroy the context of things like

Re: IFrame-Portlet with state?

2003-11-19 Thread Gerry Reno
--- Kai Grossjohann [EMAIL PROTECTED] wrote: Gerry Reno [EMAIL PROTECTED] writes: Within the iframe itself you could maintain a session as long as no one reloaded the page that contained the iframe. Yes. The problem we have now is mainly with the portlet control icons causing page

Re: IFrame-Portlet with state?

2003-11-18 Thread Kai Grossjohann
Gerry Reno [EMAIL PROTECTED] writes: And what do you do when people have cookies turned off as many do? I hang my head in shame. I know that this is a problem. But maybe companies' intranet applications can require a bit more from the web browsers than other websites. If you write down what

Re: IFrame-Portlet with state?

2003-11-18 Thread Gerry Reno
Kai, Within the iframe itself you could maintain a session as long as no one reloaded the page that contained the iframe. The problem we have now is mainly with the portlet control icons causing page reloads that destroy the context of things like iframes. Within a limited set of webapps, you

Re: IFrame-Portlet with state?

2003-11-17 Thread Gerry Reno
Kai, And what do you do when people have cookies turned off as many do? And how does a cookie help with an interactive remote logon session to say a mainframe or to a multimedia presentation, etc., etc. Gerry Reno --- Kai Grossjohann [EMAIL PROTECTED] wrote: In the past, I thought that

RE: IFRAME portlet

2002-09-09 Thread Glenn Golden
Sure can: portlet-entry name=name hidden=false type=ref parent=IFramePortlet application=false meta-info titletitle/title descriptiondescription/description /meta-info parameter name=source value=http://jakarta.apache.org; hidden=false/