Inserts an image into a JSP.

<dsp:img
  {page="page-spec" | src="page-spec[otherContext="context"]}
  [dynamic attributes]
/>

Attributes

page

Sets the page’s path and file name in two ways:

src

Sets the page’s path and file name. The src attribute can access pages in another Web application if the current application’s web.xml atg.dynamo.contextPaths parameter is configured appropriately, or if the otherContext attribute specifies the correct context path. For more information, see Invoking Pages in Other Web Applications.

otherContext

identifies a context path that is not specified in the application’s web.xml; valid with the src attribute.

dynamic attributes

Include additional attributes as needed for the output that your JSP will generate. This tag will pass the attributes into the corresponding output tag. The names of the attributes you include are not validated by the dsp tag library.

Usage Notes

dsp:img lets you insert an image file into a JSP, like an HTML img tag. The Oracle Commerce Platform processes the image source URL by encoding it.

Note: dsp:img uses the iclass attribute in place of the cascading stylesheet class attribute to avoid using a Java reserved word in Java code.

Example

<dsp:img page="en/images/IdPhoto.gif">

In this example, the IDPhoto.gif image, located in en/images, is imported into the parent page.


Copyright © 1997, 2017 Oracle and/or its affiliates. All rights reserved. Legal Notices