Resetting portal modes

2004-02-09 Thread Michael Klaene
What's the best way to go about resetting all portlet modes back to the default when 
user logs out, then logs back in?
 
Any advice would be appreciated.
 
Thanks,
Mike


-
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online

Restoring portlets to login setting

2004-02-06 Thread Michael Klaene
Hi all,
 
I have a portal in which several actual users use the same login user name.  My 
problem is that I'd like to give the users the ability to minimize, maximize, etc. for 
their session but I find that when another user logs in (with the same user name), the 
portlets are still in the logout state (minimized, etc.) and not restored to default 
as I would like.
 
Is there a simple configuration that I'm unaware of which will ALWAYS restore portlet 
mode changes to default upon login?
 
Thanks,
Mike
 


-
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online

Rundata removing session attributes?

2004-02-04 Thread Michael Klaene
I've got a SessionListener object which sets a couple of session attributes (getting 
current session from HttpSessionEvt) upon creating a new session.
 
In buildNormalContext of a portlet, I'm trying to retrieve those same attributes from 
the session but all I get is NULL.  I'm using something like String s = 
(String)rundata.getSession().getAttribute("s");
 
I've confirmed (by checking session id's) that the session is the same in both 
methods.  Also, the attribute names would not not conflict with other Jetspeed 
attributes so is it possible that somewhere rundata or someother object is removing 
these attributes?
 
Any help would be appreciated,
Thanks,
Mike





-
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!

Re: IFrame and passing attributes...

2004-01-30 Thread Michael Klaene
Great.  That sounds like just what I need... Could you post the relevant code or do 
you have it available on-line somewhere?
 
I've tried adding parameters through the jetspeed admin front-end on my IFrame 
portlet.  But upon checking request attributes in the called program, I see nothing.  
 
I'm just not sure how to accomplish this.
 
Thanks,
Mike

Peter_Andersén <[EMAIL PROTECTED]> wrote:
Hi
I have a generic IframePortlet.
It can both do Basic Auth.
It can pass username and password if you want as form post it can also pass
three additional parameters that yuo decide the name and value for !

/Peter

- Original Message - 
From: "Michael Klaene" 
To: 
Sent: Wednesday, January 28, 2004 6:57 PM
Subject: IFrame and passing attributes...


> Hi,
> I wanted to pass a request attribute from an IFrame to the called
application within the IFrame. I want to override the
BASICAuthIFramePortlet class but is it possible to set an attribute on that
can be processed by another ServletContext?
>
> Any help would be appreciated,
>
>
> Mike
>
>
>
>
>
> -
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free web site building tool. Try it!


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


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!

IFrame and passing attributes...

2004-01-28 Thread Michael Klaene
Hi,
I wanted to pass a request attribute from an IFrame to the called application within 
the IFrame.  I want to override the BASICAuthIFramePortlet class but is it possible to 
set an attribute on that can be processed by another ServletContext?
 
Any help would be appreciated,


Mike





-
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!