Embeds an iframe in the current JSP.

<dsp:iframe
  {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:iframe lets you use an iframe in a page in the same way you use an iframe tag in an HTML page. Furthermore, you can set an iframe page to accept the page parameters from its parent page.

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

Example

<dsp:iframe src="GraduationAnnouncements.jsp"/>

The GraduationAnnouncements.jsp page is embedded in a parent page as an iframe.


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