I have created a jsp page which has the following lines:

<jsp:usebean id="beanId"  scope="session" class="package.class">

<jsp:setproperty name=beanId" property="*"/>

</jsp:usebean>

 

This works as expected.  But, when I naviagate to another jsp page (portlet)
and try to have the buildNormalContext method access methods on this bean, I
get a null:

Rundata.getSession().getAttribute("package.class")

 

Is rundata accessing a different instance of the session object then what my
jsp accesses? 

  _____  

This mailbox protected from junk email by Matador
from MailFrontier, Inc. http://info.mailfrontier.com
<http://info.mailfrontier.com> 

 

Reply via email to