Re: Gif in a JSP page

2007-10-02 Thread Philip Mark Donaghy
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

Re: Gif in a JSP page

2007-10-02 Thread Vivek Kumar
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

Gif in a JSP page

2007-10-02 Thread André St-Gelais
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 ?