Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
PanelSpringBoard Tag Not Supported in Oracle Public Cloud

Hi,
af:panelSpringBoard tag is not supported in Oracle Public Cloud. Can we replace it with anything else which is supported by Cloud.
I am getting the following exception when I am trying to access the page
OracleJSP error: oracle.jsp.parse.JspParseException:
/default.jspx: Line # 12, <f:facet name="center">
Error: http://xmlns.oracle.com/adf/faces/rich:panelSpringboard is not a registered tag in the specified namespace.
Thanks,
Ola
Answers
-
The version of ADF used in Java Cloud service is 11.1.1.6.0. PanelSpringBoard was added in 12.1.2, and therefore the ADF runtime in JCS does not support it.
There's no real "replacement" for PanelSpringBoard in ADF 11.1.1.6.0 since it is a new component.
I assume you are using JDev/ADF 12.1.2 for development. This is not recommended if your deployment target is JCS, due to the version mismatch. You should use JDev/ADF 11.1.1.6.0 to ensure compatibility with JCS.
Oracle JDeveloper 11.1.1.6.0 Download
-- Brian