ok, I worked around this by putting Rundata into JetspeedServletRequest
and casting the request object later in XSP.
Works fine, but is this acceptable solution?

If yes, then I'll send the diffs also?

Neeme

> -----Original Message-----
> From: Neeme Praks 
> Sent: Sunday, June 11, 2000 10:01 PM
> To: JetSpeed (E-mail)
> Subject: access to rundata in XSP Portlet?
> 
> 
> 
> Any chance of accessing rundata in my code in XSP?
> 
> As much as I looked at the code, I could see that I can 
> access only raw
> request object, no rundata...
> 
> Well, then what is the official way of passing parameters to my XSP
> portlet? For example, I need a userID for the logged in user in my
> portlet... how can I get that?
> In Turbine screen I just called 
>     int UserID = data.getUser().getId();
> 
> How could I work around this?
> 
> Neeme
> 
> 
> --
> --------------------------------------------------------------
> 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]
> 
> 


--
--------------------------------------------------------------
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]

Reply via email to