• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to display images in a portlet

 
Ranch Hand
Posts: 502
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am displaying HTML text in a prtlet and the text contains images and the text contains references to images like "". Everything works in a web application if I create rhe images directory in Web Pages. But that doesn´t work in aportlet.

Your help will be greatly apprciated,

Alejandro Barrero
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gosh darnit! Here's a tutorial I put together called "Displaying Images in a Portlet." Enjoy!

Portlet Development Tutorial: Displaying Images

-Cameron McKenzie
 
Alejandro Barrero
Ranch Hand
Posts: 502
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much; it looks you are answering my two questions. It appears the solution in both case is to map the paths with renderResponse.ecodeURL and renderRequest.getContextPath. I am trying that, but unfortunately in thisw code:

I am getting the error "cannot find symbol" for each of renderResponse, encodeURL, renderRequest and getContextPath.
I don{t know what I am missing.
 
Alejandro Barrero
Ranch Hand
Posts: 502
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For some reason <portlet:defineObjects /> is not working. I can get renderResponse and renderRequest from the request, but I don{t know what keys to use.
 
Alejandro Barrero
Ranch Hand
Posts: 502
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> but still doesn´t work.
reply
    Bookmark Topic Watch Topic
  • New Topic