On Monday, December 30, 2002, at 12:21  PM, Gary Lawrence Murphy wrote:

Is there a standard portlet suited for maintaining a session state in
an applet across page-views?  What I need to do is to launch a jabber
applet, and pre-set the parameters with the login/pw of the current
$user

Since this requires security constraints, it seems best suited as a
cached portlet, but if the person shifts to another screen and then
returns, the applet will have lost its state; I'd want it to maintain
the current user state until the session times out.

Is this possible?  Would the normal Velocity portlet do the trick?

The user state for the current session is always there for you and accessible from any portlet. To get the current user: rundata.getUser()

--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
+01 707 773-4646




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

Reply via email to