If you have part of a JSP page that needs to be rendered in a site context other than the current site, you can use the /atg/dynamo/droplet/multisite/SiteContextDroplet. The output that is wrapped in the SiteContextDroplet component’s output parameter is rendered in the context of the site specified in its siteId parameter. The following is an example of SiteContextDroplet usage:

<dsp:droplet name="/atg/dynamo/droplet/multisite/SiteContextDroplet">
   <dsp:param name="siteId" value="storeSiteDe"/>

      <dsp:oparam name="output">

         <%-- Content that should be rendered in the specified site context goes
         here. --%>

   </dsp:oparam>
</dsp:droplet>

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