When designing an Xpage is there a simple way to request a specific external URL to be loaded inside a panel (or any other Xpage control)? I have tried facesContext.getExternalContext().redirect(“URL”) but that redirects my entire page to teh URL. I only want the URL to display in one specific Panel.
Thx