I've tried it for my need but your solution has trouble : After an action on a portlet, the index.jsp is called (every link to '/jetspeed/') and then you get more and more imbricated frames :)
So I suggest to never put a frameset inside the index.jsp, or you'll have to modify many classes/templates to never do a redirect to '/jetspeed' but to '/jetspeed/portal'... Other solution (the one I used for the moment) : make a portal.jsp that you must call in your browser at first and that has the frameset to point to index.jp in one frame. > -----Message d'origine----- > De : Luta, Raphael (VUN) [mailto:Raphael.Luta@;groupvu.Com] > Envoy� : mardi 12 novembre 2002 16:28 > � : 'Jetspeed Users List' > Objet : RE: Using Frame in JetSpeed > > > 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 ? -- To unsubscribe, e-mail: <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>
