Hi, If you want to display an image from resource you have to tell the portlet know path of it. From jsp you can get this path through "renderRequest.getContextPath()" then you add your relative path to your resource. ex : renderRequest.getContextPath()+jsp/images+vd.gif
Viet Trieu --- John Lewis <[EMAIL PROTECTED]> wrote: > We've done this in our applications. You have to > create a servlet in > your webapp that is capable of delivering the images > directly via a URL. > Then you can create images in your HTML that use > the servlet as the > source. Be sure to keep security in mind since the > servlet runs outside > of the portal. > > Eugeny N Dzhurinsky wrote: > > Is there any way to generate an image by the > portlet and show it to end-user > > in some way? If so - how is it possible to do > that? > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
