AJAX Limitations In Federated Portal Environment
(Doc ID 1268789.1)
Last updated on MAY 20, 2022
Applies to:
Oracle WebLogic Portal - Version 10.3.0 and laterInformation in this document applies to any platform.
Symptoms
Some of the features of AJAX (Asynchronous JavaScript and XML) such as autocomplete functionality of textbox may not work in a remote Portlet of WebLogic Portal. It works fine when accessing it directly from the Web Services for Remote Portlets (WSRP) Producer Portlet but fails while accessing through Consumer Portlet.
Please find some sample code below:
- Build the URL by using render tag in JSP:
<render:resourceUrl contextualpath="/testAjaxController/getHints.do" var="dataUrl"/> - Sample JavaScript to call page flow action using Portal Aware XMLHttpRequest as follows:
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |