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
- RichText rendering issue for anonymous users
- How to create url mapping for Portlet in Websphere Portal
- Can't get URL parameter in doView
- How to generate a logout link in Websphere Portal?
- IBM Websphere Portal server 8.5 Impersonation
- Unable to retrieve attributes from Portlet Session which set in HttpSession
- Extracting ltpa token from with portlet
- Using js lib inside Portal, "TypeError: $(...).slick is not a function"
- Integration DWR (Direct Web Remoting) with WebSphere Portal
- Convert WebSphere to Liferay project
- Building a "Portal Application Archive" *.PAA using Maven
- How does one fix a "The Resource Bundle Must Containt Title" error?
- Display a portlet in ligthbox in websphere 8
- Receiving ' not a servlet class ' error while deploying a maven war to websphere portal
- WebSphere Portal 8.5 navigation between portlets with passing parameters
Related Questions in WCM
- RichText rendering issue for anonymous users
- how to get detail of all digital assets used in single webpage in AEM
- javascript - how to show multiple textarea in code editor (one of my attempt is to use CKEditor)
- ADOBE CQ5 frequent building of clientlibs folder
- Gsp / HTML page not supporting wcm tags
- Broken Adobe CQ page rendering
- Why is Lotus WCM generating references with myconnect to anonymous users?
- How to create a Jahia Ajax Call (JSP,JQuery)
- WYSWYG web editor for Sharepoint
- Dynamically changing component reference
- WCM Authoring Template fails to apply correctly to existing content, but works with new content
- WCM - How to display content item elements from a Menu Component pointing elsewhere?
- AEM i18n vs MSM
- Remote rendering WCM content using WSRP on IBM WebSphere Portal 7
- Unable to drag drop components on AEM new page
Related Questions in LOTUS-WCM
- How to add Custom Attributes to "Edit My Profile" Portlet?
- IBM WCM protected content redirected user to /wps/wcm/webinterface/login/login.jsp with hostname and port insted of domain name
- Problems configuring the Web Content Viewer (286)
- How to integrate Webradar with IBM WCM 8?
- How to add dojo to websphere portal 7 custom theme?
- How to hide default footer and display custom footer?
- How to display social site links in websphere poertal V7 site page
- An applet failed to load or is unavailable
- WebSphere Portal 6.1.5.2, Lotus WCM, inline authoring works in one cluster member, not the other
- How to check the value of Rich Text Field in content of IBM WCM is empty
- How to perform redirect to another page from custom JSP Component?
- Linking EXE files from IBM WCM not working. Linking any Images, PDFs works fine
- How to use Custom Action Date (Date Type) in WCM?
- How to Enable PortalAdminHome in Websphere Portal?
- How do I generate a URL for children of a WCM Site Area?
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 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.