Here is the portlet entry.  It is a simple
IFramePortlet that points to a servlet which is part
of a standard MVC application which uses JSPs as the
views.  The servlet is defined in web.xml in the
Jetspeed context.  I would like to be able to
determine who the Jetspeed user is from within my JSPs
or Servlet.

Thanks for the help,

JJL.


<portlet-entry name="WTDocManager" hidden="false"
type="ref"
        parent="IFramePortlet" application="false">
        <meta-info>
            <title>Document Manager</title>
            <description>This portlet is used to
manage documents and links</description>
        </meta-info>
       
<classname>org.apache.jetspeed.portal.portlets.IFramePortlet</classname>
        <parameter name="source"
value="/wt-portal/WTDocManager"
            hidden="false" cachedOnName="true"
cachedOnValue="true"/>
        <parameter name="width" value="100%"
hidden="false"
            cachedOnName="true" cachedOnValue="true"/>
        <parameter name="height" value="450"
hidden="false"
            cachedOnName="true" cachedOnValue="true"/>
        <media-type ref="html"/>
        <url cachedOnURL="true"/>
        <category
group="Jetspeed">Documentation</category>
    </portlet-entry>

--- Mark Orciuch <[EMAIL PROTECTED]> wrote:
> Where are these JSPs/Servlets hosted from? Can you
> post a sample registry
> entry definition?
> 
> Best regards,
> 
> Mark Orciuch - [EMAIL PROTECTED]
> Jakarta Jetspeed - Enterprise Portal in Java
> http://jakarta.apache.org/jetspeed/
> 
> > -----Original Message-----
> > From: Jamie Lerner [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, February 05, 2003 11:08 AM
> > To: Jetspeed Users List
> > Subject: Re: How to get information about the user
> out of Jetspeed.
> >
> >
> > I have the same question.
> >
> > I am using JSPs/Servlets from within an
> IFramePortlet
> > and I would like to get access to the Jetspeed or
> > Turbine User information.  I tried to get a
> RunData
> > from the RunDataFactory, but got a null RunData.
> >
> > Do I have to convert my JSP/Servlet app to a JSP
> > Portlet?  I would prefer to avoid this additional
> > work, or is it really that much more work?
> >
> > Thanks,
> >
> > JJL.
> >
> >
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to