if your struts aplication is a separate webapp, then you will not have access to jetspeed session object. I would recomend you to build some web service from jetspeed that will return the info you need.
c -----Original Message----- From: Oska79 [mailto:[EMAIL PROTECTED] Sent: Sunday, June 29, 2003 6:28 PM To: Jetspeed Users List Subject: Re: Accessing RunData object I got null object from the session after doing what you told me. The reason is that my Struts application has its own session scope. There have to be some explicit way of passing objects . Any ideas ? Carlos Orrego wrote: >i get all the user info from the session, like this: > >JetspeedUser user = (JetspeedUser)session.getAttribute("turbine.user"); > > >c > >-----Original Message----- >From: Oska79 [mailto:[EMAIL PROTECTED] >Sent: Sunday, June 29, 2003 8:34 AM >To: Jetspeed Users List >Subject: Accessing RunData object > > > >J have a Jetspeed running a Struts application in the IFrame portlet. >BUt my struts classes do not extends IFrame class. >How can I access rundata object from the struts Action classes ? Struts >application is deployed at the same server. But I would say that it runs >rather as >a separate application. Is it possible to share session object between >two applications ? >I hope that there is a better way of passing data > >Thanks in advance >Dom > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
