The ItemsGrid
component enables you to display builtshowImages
attribute of the ItemsGrid
component. By default, the showImages
attribute is set to None
. To display an icon representation of the items in the grid, set this property to Icon
. To display a thumbnail representation of the items in the grid, set the showImages
attribute to Thumbnail
.
The ItemsGrid
component uses an image handler servlet to retrieve images from the SDK when the showImages
property is set to Icon
or Thumbnail
. Add the following lines of code to your web.xml
file to configure the image handler servlet.
<servlet>
<servlet
<description>image handler</description>
<servlet
<load
</servlet>
<servlet
<servlet
<url
</servlet
Business Objects http://www.businessobjects.com/ Support services http://www.businessobjects.com/services/support/ |