RE: obtaining User object when overriding the IFramePortlet getSource method???

2003-03-07 Thread Mark Orciuch
To: Jetspeed Users List > Subject: RE: obtaining User object when overriding the IFramePortlet > getSource method??? > > > > Hmm... That's an interesting approach and I'll look into it. > However, this > should be able to just work without interaction by the user.

RE: obtaining User object when overriding the IFramePortlet getSource method???

2003-03-06 Thread Jacob Kjome
Hmm... That's an interesting approach and I'll look into it. However, this should be able to just work without interaction by the user. The project I am working on requires this functionality with no outside interaction. The username and password in the environment needs to be used, automatic

RE: obtaining User object when overriding the IFramePortlet getSource method???

2003-03-06 Thread Mark Orciuch
Jacob, I think that you can somewhat achieve this by declaring 'username' and 'password' parameters for your portlet and then set the 'source' parameter as follows: https://${username}:[EMAIL PROTECTED]/myapp/myservlet. Of course, the user would have to customize the portlet to provide their crede