My Oracle Support Banner

Anchor Tag Problems Using WebCenter Portal (Doc ID 1437020.1)

Last updated on MARCH 16, 2019

Applies to:

Oracle WebCenter Portal - Version 11.1.1.5.0 and later
Information in this document applies to any platform.

Symptoms

 

Symptom 1Symptom 2
When using WebCenter 11.1.1.1.5, and attempting to add an anchor to a wiki page, as documented here, or if the HTML is used in a Content Presenter Task Flow :-

Oracle Fusion Middleware User's Guide for Oracle WebCenter Spaces 11g Release 1 (11.1.1.5.0)
47 Working with Wiki Documents
47.3 Editing a Wiki Document

Trying to use the anchor is giving an error:
"Page not Found"

Steps to reproduce:
  1. Log in as weblogic user.
  2. Create a new space wiki_space.
  3. Create a new page in this space of type wiki -- mywikipage.
  4. Add some text to the page - no problem.
  5. Edit the page again and go into HTML source mode.
  6. Add the following:  
  7. Save.
  8. Try to click on the anchor:
    Page not found error is displayed.
  9. No errors appear to be generated in the logs.
 When trying to create an anchor tag  with URL parameters, WebCenter portal is adding duplicate url parameter entries to the generated url.

Example:  <a href="${contextRoot}/faces/WSIBManualPage?cGUID=${contentId}amp;fGUID=${folderId}"> Link1 </a>

Expected result:

          http://<HOSTNAME>:<PORT>/WSIBPortal/faces/WSIBManualPage?cGUID=12-01-01&fGUID=<GUID>
Actual result:
          http://<HOSTNAME>:<PORT>/WSIBPortal/faces/WSIBManualPage?cGUID=12-01-01&fGUID=<GUID>

 

 

 

Changes

 Partial Page Refresh (PPR) navigation ON for WebCenter

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.