Please someone with more knowledge of Struts correct me if Im wrong. As 
I know it, Struts use its own 'the Controller', a servlet that activates 
user defined actions.

Jetspeed inheriting from Turbine use its own controller. So there is a 
conflict between these two servlets. Jetspeed will not generate a 
rundata object if it is not in control.

 From your link it looks like you're accessing Struts not Jetspeed. Now, 
how can you do it? I don't know. Someone with experience might help you.

ozgur

Jerome DESFERET wrote:

> Hi all of people,
> 
> I have jetspeed and Struts in the same webapps.
> 
> I have a portlet whish have a link to a struts page : 
> <a href="/jetspeed/displayDocInfo.do?jsessionid=<%=
> request.getSession().getId()%>
> 
> In the page displayDocInfo.jsp, I need the different info about a user,
> and i would like to access at the variables rundata.
> 
> In this JSP i had the import of : 
> <%@ page import = "org.apache.turbine.util.RunData" %>
> ....
> ....
> 
> RunData rundata = (RunData)request.getAttribute("rundata")
> 
> But rundata is always equals at null.
> 
> If someone can say me how to access at the varaible rundata in this jsp.
> 
> And i would like different opinion about couple Jetspeed and Struts to
> create a portal of management of contents.
> 
> I Thank you to answer me for all of the question.
> 
> Have a good day...
> 
> Jerome
> 
>  
> ______________________________________________________________________________
> ifrance.com, l'email gratuit le plus complet de l'Internet !
> vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
> http://www.ifrance.com/_reloc/email.emailif
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> 



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

Reply via email to