Are you sure you need Jetspeed to handle frames ?
Maybe what you want is simply to invoke your portal 
within a frame of a standard frameset ?

In this case:
- set in JetspeedResources.properties
  leftnav.enable=false
  bottomnav.enable=false
  topnav.enable=false
- change the index.jsp file to load your frameset

  index.jsp:
  <frameset cols="50,*">
     <frame src="<whatever you want>">
     <frame src="/jetspeed/portal">
  </frameset>

Isn't that enough ?

> -----Message d'origine-----
> De : Danh Hoai [mailto:hoai@;indent.org]
> Envoy� : mardi 12 novembre 2002 16:12
> � : Jetspeed Users List
> Objet : Re: Using Frame in JetSpeed
> 
> 
> 
> Thanks alot everyone,
> 
> Since I am kind of new to JetSpeed and Turbine, I think it 
> will take time
> for me to digging into this.
> However, I will try to learn the API and use the FrameLayout 
> to see if it
> solves the problem I am facing.
> 
> Thanks.
> 
> Danh
> 
> 
> 
> ----- Original Message -----
> From: "Luta, Raphael (VUN)" <[EMAIL PROTECTED]>
> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
> Sent: Tuesday, November 12, 2002 4:33 AM
> Subject: RE: Using Frame in JetSpeed
> 
> 
> This will not work as the controller output is already embedded
> in the layout and screen output. You can try using the FramedLayout
> of Turbine and it *may* work but in any case it'll be an ugly
> solution.
> 
> IMO, frames are a Netscape abomination that fit a specific
> requirement in 1995-1996. They should now rest in peace just like
> the <blink> tag :)
> 
> > -----Message d'origine-----
> > De : Yesberg, John [mailto:John.Yesberg@;dsto.defence.gov.au]
> > Envoy� : lundi 11 novembre 2002 23:32
> > � : 'Jetspeed Users List'
> > Objet : RE: Using Frame in JetSpeed
> >
> >
> > Another option (that we are dragging our feet on) is to
> > develop a controller
> > that uses frames instead of tables. As Stuart points out,
> > this would have to
> > be used at the highest level of any hierarchy.
> >
> > John.
> >
> > -----Original Message-----
> > From: Stuart Belden [mailto:SBelden@;bjc.org]
> > Sent: Tuesday, 12 November 2002 4:37
> > To: [EMAIL PROTECTED]
> > Subject: Re: Using Frame in JetSpeed
> >
> >
> > You cannot put a <frameset> tag inside of a <body> tag.  It's a
> > limitation of HTML, not Jetspeed.
> >
> > <object> or <iframe> are you only options, I believe.
> >
> >
> > >>> [EMAIL PROTECTED] 11/11/02 11:34AM >>>
> > Thanks Stuart, but IFrame can't navigate like frame.  Iframe is not
> > what I
> > really want.  I want to load  two pages, one is main page and
> > the other
> > is
> > hidden page(
> > I don't want this page shown to user).
> >
> > Do you know why Jetspeed support Iframe but not Frame?   Is
> > there a way
> > that
> > I can go into the Source and modify the java codes to make Frame
> > works.
> > If not, I guess I have to wait until next release.  Hopefully, Frame
> > will be
> > supported next release.
> >
> > Thanks
> >
> > Danh
> >
> >
> > ----- Original Message -----
> > From: "Stuart Belden" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, November 11, 2002 12:05 PM
> > Subject: Re: Using Frame in JetSpeed
> >
> >
> > > I believe it's impossible to load a normal frameset tag in
> > the middle
> > of
> > > another html document (what jetspeed is trying to do).
> > >
> > > If you put your DispatcherPortlet in an IFRAME that should work.
> > >
> > > stu
> > >
> > > >>> [EMAIL PROTECTED] 11/11/02 09:43AM >>>
> > > Hi all,
> > >
> > > I have a problem loading a frame in JetSpeed.  Can JetSpeed load
> > > Frame?
> > >
> > > I created a portlet named DispatcherPortlet.  The portlet can
> > display
> > > any
> > > page by passing a url name to the DispatcherPortlet.
> > > However, when I try to pass a url containing a Frame, the portlet
> > does
> > > not
> > > return anything.
> > >
> > > Does anyone know how to work around this problem?
> > >
> > > Thanks for your help.
> > >
> > > Danh
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
> > > For additional commands, e-mail:
> > > <mailto:jetspeed-user-help@;jakarta.apache.org>
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
> > > For additional commands, e-mail:
> > <mailto:jetspeed-user-help@;jakarta.apache.org>
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
> > For additional commands, e-mail:
> > <mailto:jetspeed-user-help@;jakarta.apache.org>
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:jetspeed-user-help@;jakarta.apache.org>
> 
> --
> To unsubscribe, e-mail:
> <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:jetspeed-user-help@;jakarta.apache.org>
> 
> --
> To unsubscribe, e-mail:
> <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:jetspeed-user-help@;jakarta.apache.org>
> 
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:jetspeed-user-help@;jakarta.apache.org>

--
To unsubscribe, e-mail:   <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>

Reply via email to