You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Th€o <th...@cgbi.fr> on 2003/02/24 10:48:35 UTC

Using Frame in JetSpeed with a jsp

Hi all,
I'd like to use a Iframe portlet to view a jsp create by me.
the source is not found why ?
Can someone expalin me why ?

The same jsp , with a jsp portlet work  fine !


<portlet-entry name="Sunlocal" hidden="false" type="ref"  parent="IFramePortlet" application="false">
        <meta-info>
            <title>FRAME Sun cote dev</title>
            <description>FRAME Sun cote dev en passant par localhost  puis redirec</description>
        </meta-info>
        <classname>org.apache.jetspeed.portal.portlets.IFramePortlet</classname>
        <parameter name="source" value="logsun.jsp" hidden="false"
            cachedOnName="true" cachedOnValue="true"/>
        <parameter name="width" value="100%" hidden="false"
            cachedOnName="true" cachedOnValue="true"/>
        <parameter name="height" value="100%" hidden="false"
            cachedOnName="true" cachedOnValue="true"/>
        <parameter name="scrolling" value="auto" hidden="false"
            cachedOnName="true" cachedOnValue="true"/>
        <parameter name="frameborder" value="0" hidden="false"
            cachedOnName="true" cachedOnValue="true"/>
        <url cachedOnURL="true"/>
        <category group="Jetspeed">frames</category>
        <category group="Jetspeed">jsp</category>
    </portlet-entry>


Thanks you !