Humm.... Well you could do something like this...
The left menu is called by a jsp navigation: <jetspeed:navigation defaultTemplate="left.jsp" /> The customizer is just an action if I am not mistaken, so you can write some logic in the jsp that says if the action is customizer than don't include the left menu, otherwise include it. There may be a better way, but that is what came to my mind first. -----Original Message----- From: Sturtz, Andrew [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 3:53 PM To: Jetspeed Users List; [EMAIL PROTECTED] Subject: RE: customizer problem Thank you for your quick response. But...How are you able to take the left menu out only in the customizer and not in the rest of the portal? -----Original Message----- From: Anthony Smith [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 4:28 PM To: Jetspeed Users List Subject: RE: customizer problem You need to take out that left menu and just make it a portlet. That is what we do in our application. -----Original Message----- From: Sturtz, Andrew [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 3:26 PM To: [EMAIL PROTECTED] Subject: customizer problem Hello, I have built a portal using Jetspeed 1.4, in the welcome screen I present the user with a welcome pane which I have allowed to be completely customizable, there is also a left navigation bar that brings the user to a few other panes that are not at all customizable. My problem is this...when a user is customizing their Home pane and they click a link in the left nav bar, it brings them to the Home pane in maximized view. Can someone tell me how I can control the actions ie. maximize, minimize, and restore of the links in my left navigation bar. Any help would be greatly appreciated. Thanks again. Andrew Sturtz --------------------------------------------------------------------- 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]
