Instead of using
<parameter name="template" value="http://192.50.51.4:8080/login.jsp";
hidden="false"/>

try

<parameter name="template" value="login.jsp"
hidden="false"/>

But you can't include a URL only a file

-----Original Message-----
From: KARTHIKEYAN E S [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 23, 2002 8:42 AM
To: '[EMAIL PROTECTED] '
Subject: JSP portlet problem


Hi all,

my local site has the url http://192.50.51.4/login.jsp.

I need to embed that site in to a portlet. So I thought of using JSP portlet
and gave portlet entry as follows.

<portlet-entry name="Login" hidden="false" type="ref"
        parent="JSP" application="false">
        <meta-info>
            <title>Login</title>
            <description>Login Portlet </description>
        </meta-info>
        <parameter name="template" value="http://192.50.51.4:8080/login.jsp";
hidden="false"/>
        <media-type ref="html"/>
</portlet-entry>

But I could not get that site , instead the portlet displays the following

JspPortlet: Could not include the following JSP Page:
http://192.50.51.4:8080/invoice/jsp/login.jsp : null

Please inform me if any other way exists to embed that site in to my
portlet.

With thanks and regards
Karthikeyan

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