I have a servlet that uses the WCM 8.5 API to fetch the children of a SiteArea or and prints the contents in an unordered list. My question is how can I generate a URL to each piece of content so that my list can link out to the content or child portal pages?
How do I generate a URL for children of a WCM Site Area?
306 Views Asked by Covar At
1
There are 1 best solutions below
Related Questions in WEBSPHERE-PORTAL
- how do we deploy ear file in IBM WAS from CMD/PowerShell/Linux terminal
- how to add my business location to HERE platform?
- Keycloak 15.0.2 Integration with IBM Websphere Portal server version 6.1 using JDK 6
- Security headers setup on WebSphere 9.0.5.13
- Change Url in WebSphere
- Error 500: javax.servlet.ServletException: Filter [PreviewFilter]: could not be initialized
- IBM Script Portlet for WebSphere Portal 7
- SRVE0293E: [Servlet Error]-[portal]: java.lang.NoClassDefFoundError: com.ibm.wps.cei.DebugController
- How to use SAML token attributes value inside my JAAS custom login module in Websphere 8.5.5
- Are WebSphere commerce and WebSphere portal same?
- Mixed content issue of chrome facing on WebSphere portal content
- Why is 1.8 missing from RAD's Java project facet drop-down?
- Why WebSphere SAML SSO IDAssertion looks into UserRegistry?
- WebSphere authentication problem -- too may open files
- How to Convert Surrogate Pairs in Servlet Response? How can I read Surrogate Pairs?
Related Questions in WCM
- IBM WCM - Content not reflecting for logged-in users
- Unable to drag drop components on AEM new page
- Hide Dojo Dialog in WCM
- Migrating Alfresco 4.2 WCM sites to ACS 6.x
- How do I use run-modes with context-aware configurations in AEM
- AEM Page manager return null for mapped page with Sling Mapping
- Sling models vs WCMUSEPOJO
- How to mock getWcmMode() using mockito
- Unit test WCMUsePOJO class
- Hide links from List Component in WebSphere Portal
- WCM and WCS session management
- Web Content Management how to find all the descendants of a content
- IBM Websphere Portal Menu Component Query String Parameter
- how to create portal page urls in wcm
- New line character in JSON
Related Questions in LOTUS-WCM
- IBM WCM protected content redirected user to /wps/wcm/webinterface/login/login.jsp with hostname and port insted of domain name
- Linking EXE files from IBM WCM not working. Linking any Images, PDFs works fine
- How to check the value of Rich Text Field in content of IBM WCM is empty
- How do I generate a URL for children of a WCM Site Area?
- how can i get access to items (contents) on webphere web content manager
- How to perform redirect to another page from custom JSP Component?
- How to integrate Webradar with IBM WCM 8?
- How to Enable PortalAdminHome in Websphere Portal?
- How to use Custom Action Date (Date Type) in WCM?
- IBM WCM 8, Spring 4
- An applet failed to load or is unavailable
- How to display social site links in websphere poertal V7 site page
- How to add dojo to websphere portal 7 custom theme?
- How to hide default footer and display custom footer?
- How to add Custom Attributes to "Edit My Profile" Portlet?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can create a menu component.
Use location as a search criteria. In the result design add the element tag pointing to autofill site area. It will look somewhat like this:
Header:
Result Design:
Footer:
And you can point your servlet to fetch this menu component.