Have you looked at the JspPortlet in the registry portlets.xreg?

    <portlet-entry name="JSP" hidden="false" type="abstract"
application="false">

<classname>org.apache.jetspeed.portal.portlets.JspPortlet</classname>
    </portlet-entry>

and there is a *very* simple sample in demo-portlets.xreg

    <portlet-entry name="HelloJSP" hidden="false" type="ref"
        parent="JSP" application="false">
        <meta-info>
            <title>HelloJSP</title>
            <description>Simple JSP Portlet Example</description>
        </meta-info>
        <parameter name="template"
            value="hello.jsp" hidden="false"/>
        <media-type ref="html"/>
    </portlet-entry>


----- Original Message -----
From: "Alexandre Liduena" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 10, 2001 1:51 PM
Subject: Running jsp as turbine screens while using vm template model


>   Hello,
>
>   How could I manage to make existing jsp run in jetspeed as turbine
> screens while my configuration specifies the vm template model.
>
>   I've tried to extend the turbine
> org.apache.turbine.modules.screens.BaseJspScreen class to wrap one of
> those .jsp which become a template, but I don't know where to this .jsp
> file.
>
>   Is it a good way to proceed ? If not, is there a better way or is it
> even possible ?
>
>   Regards.
>
>   Alexandre Liduena.
>
> -- =
>
> (=�-  Computers are just like air-conditioners: they -=�)
> //\    stop working properly when you open windows    /\\
> v_/_                                                 _\_v
>
>
>
>
> --
> 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