You xreg creates an IFrame wich src is /yourjetspeedhome/logsun.jsp (ex :
/jetspeed/logsun.jsp)

Is your jsp there ? Cause if you've got an error "HTTP 404 not found", then
this is your trouble, it's not looking in the right place.

Th€o a écrit :

> 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 !


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

Reply via email to