Questions tagged [wcm]

A subsection of Content Management is Web Content Management or WCM. WCM means maintaining, controlling, changing and reassembling the content on a web-page.

85 questions
1
vote
1 answer

How to add dojo to websphere portal 7 custom theme?

I create a custom theme in WebSphere portal 7.But dojo is not configured . Is there any way to add all dojo js to custom theme. Thanks, Pranav
Rao Pranav
  • 249
  • 1
  • 5
  • 12
1
vote
1 answer

WCM - How to display content item elements from a Menu Component pointing elsewhere?

In IBM's Web Content Manager I have a page in the path: TopArea > MainContent > SiteArea > content which uses a Menu Component to pull items from a slightly different path, such as TopArea > OtherContent > OtherSiteArea > othercontent So, in the…
ZeekLTK
  • 233
  • 2
  • 9
1
vote
1 answer

Dynamically changing component reference

This seems simple enough but I can't quite think of how to actually do it... In IBM Web Content Management (WCM) version 7 I have a Presentation Template (PT) which calls a Menu Component to display some content items. I also have some (static)…
ZeekLTK
  • 233
  • 2
  • 9
1
vote
2 answers

How to create a Jahia Ajax Call (JSP,JQuery)

When I build a module/component what do I need to pass to the ActionResult in order to recieve the proper HTTPServletRequest in an Ajax call? For instance (in my jsp): var location = '${currentNode.path}.sqlPaging.do'; $.post(location,…
Ali
  • 99
  • 2
  • 12
1
vote
1 answer

Enabling table plugin feature on CQ5

I am working with a task right now which I need to display the existing features of a "table" plugin. However, I am having a hard time enabling it. When using this code below, I only get to have the table properties feature. That's the only…
bluestella
  • 383
  • 2
  • 6
  • 17
1
vote
1 answer

How to query "pending my approval" items in IBM WCM 7.0

I'm working in a project which reques me to display a list of "pending my approval" my items to content manager of my client. I've checked the new Query API inside WCM 7. I'm thinking I need following code to query the content libraries: …
James Gan
  • 6,988
  • 4
  • 28
  • 36
0
votes
1 answer

Remote rendering WCM content using WSRP on IBM WebSphere Portal 7

We are using WebSphere Portal 7 and WCM 7 on seperate servers. We have set up WSRP so that we can render the WCM content on the Portal server. The problem I am having is that the recommended settings for the JSR 286 Web Content Viewer (to switch the…
Andre Artus
  • 1,850
  • 15
  • 21
0
votes
1 answer

Migrating Alfresco 4.2 WCM sites to ACS 6.x

I am migrating Alfresco 4.2 Community to Alfresco 6.1 Community (201901 GA). I have successfully migrated to Alfresco 5.2 Community (201707 GA) based on suggested migration paths. When I upgrade to 6.1 and go to an existing site, I get the following…
Hoon
  • 153
  • 3
  • 10
0
votes
3 answers

How do I use run-modes with context-aware configurations in AEM

We have a multi-tenancy website. We are trying to use social share components where the url needs to be shared. Since we have a dispatcher configured, we are picking up the domain from a context aware configuration. How do we use different domains…
Vishal--JAVA--CQ
  • 188
  • 1
  • 2
  • 18
0
votes
1 answer

Why is Lotus WCM generating references with myconnect to anonymous users?

Hi we've been getting an issue in which WCM references are being generated towards protected content for anonymous/unauthenticated users. In WCM this basically means that the links have a "/myconnect" (protected) context instead of a "/connect"…
sonar
  • 385
  • 3
  • 15
0
votes
1 answer

How to mock getWcmMode() using mockito

In AEM, there is a Java USE class wherein following code is present getWcmMode().isEdit() Now, I am struggling to mock this object using mockito in Test java class. Is there any way we can do that?
user2581831
  • 107
  • 5
  • 19
0
votes
3 answers

Unit test WCMUsePOJO class

I am writing unit test cases for following class which extends WCMUsePOJO. Now, this class is using a getSlingScriptHelper method shown below. public class ConstantsServiceProvider extends WCMUsePojo { private static final Logger logger =…
romie99
  • 305
  • 3
  • 4
  • 18
0
votes
2 answers

Hide links from List Component in WebSphere Portal

Currently the list component just shows all items (links) but I'm trying to find a way to hide a certain links, based on the logged in user role. It seems that [Plugin:Equals] and [Plugin:NotEquals] tags allow us to conditionally show/hide the…
woodykiddy
  • 6,074
  • 16
  • 59
  • 100
0
votes
1 answer

Web Content Management how to find all the descendants of a content

I want to display all the descendant contents within a site area in IBM WCM. But right now, I could only find API to find a certain item, but not all the descendants of that content. The API for this is findAllByPath API: DocumentIdIterator…
ChProgrammer
  • 75
  • 1
  • 7
0
votes
1 answer

IBM Websphere Portal Menu Component Query String Parameter

When choosing the search criteria for a menu component in IBM Websphere Portal, I can also expand the "further option" box to include the ability to pass query string when calling the menu component, either directly through the URL or through the…