I am using jetspeed for our company Intranet. I would like to display an
individual's personal event list from one of the web sites created by my
company. To do this the portlet simply needs to post to the URL a userid and
password.
I figured I would push my recent successes to see if I could create a
modified FileServer portlet which posts the Jetspeed/Turbine user id and
password. I could then create the same id/password in the target system.
This seems pretty simple...which puts it right up my alley! ;)
So I have 2 fundamental questions:
- Is there a Turbine call which will return the logged-in user's id and
password. (I looked through the turbine documents and found a blurb that
this is possible as part of a security mechanism, but I could not find the
technical docs for the syntax. Is there a JavaDoc for Turbine?)
- In my previous Portlet creations, I was unable to successfully read the
parameter values specified in the Portlet Registry. I had used the
CocoonPortlet as a model, but I only get null values. :(
Anyone able to help? I will be sure to send my results/code to the list when
complete.
Steve B.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]