On 10/2/07, Vivek Kumar <[EMAIL PROTECTED]> wrote:
> Hi
>
> If PortalNew is your web context root then it should find the image.
> make sure that your app server is loading latest jsp
>
You should check the page source to see if it is being rendered.
>
>
>
> On 10/2/07, André St-Gelais <[EMAIL P
Hi
If PortalNew is your web context root then it should find the image.
make sure that your app server is loading latest jsp
On 10/2/07, André St-Gelais <[EMAIL PROTECTED]> wrote:
>
> Hi, does someone has done the following
>
>
>
> PortletRequestDispatcher mPRDispatcher = this.getPortletContex
Hi, does someone has done the following
PortletRequestDispatcher mPRDispatcher =
this.getPortletContext().getRequestDispatcher("/html/mypage.jsp");
mPRDispatcher.include(mRenderRequest, mRrenderResponse);
in the doView of a portlet with the JSP page containing the reference to a GIF ?