What logic are trying to put in the left.jsp file? What I was saying was put
the logic in your default.jsp page. I think I might be confused. I thought
at first you wanted to make the left navigation a portlet in order for it to
have the ability to control it (maximize, etc) Well if you do then you will
only have that new left portlet on the panes that you specify. So when you
go to customize it should not show because it is now assigned to a pane.

-----Original Message-----
From: Sturtz, Andrew [mailto:[EMAIL PROTECTED]
Sent: Monday, April 26, 2004 4:10 PM
To: Jetspeed Users List; [EMAIL PROTECTED]
Subject: RE: customizer problem


Thanks again for answering so quickly.  I have been trying to do that,
but because the logic goes in the left.jsp file it doesn't read what
portlet is currently in use.  For instance the getName(), getID(), and
getTitle() methods all return NULL values from that file.  Any
suggestions?  Thanks again.  ;-)

-----Original Message-----
From: Anthony Smith [mailto:[EMAIL PROTECTED]
Sent: Monday, April 26, 2004 4:59 PM
To: Jetspeed Users List
Subject: RE: customizer problem

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]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to