Web Experience Management
Questions/discussions around all the parts of the VCM Content Suite.
-
JSTL to get component xml name instead of display name
Hi, Does anyone know how to get the component xml name instead of display name of a content type using JSTL? I am using WEM 8.01 I tried to use "<c:if test="${item.system.objectType.system.name == 'xxxxxx">", but turn out "system.objectType.system.name" is a display name of the object. Regards, Virtry
-
How to submit multiple documents into a single folder object?
I have a requirement to submit 3 documents to a folder object at the same time, is there any template is available for this in collab?
-
sorting search results by object/file type
Hi, I have a request from our customers to customize our search results to sort them by object/file type. Currently to achieve the search results that our users are looking for, I'm calling 1 PerformSearch operation to get all objects/files that match the search criteria. Then I call this: <ISPECT>Vector myHitsAsObjects =…
-
How to include external Javascript ?
Hi, I want to use an external javascript file in the template, I copied the javascript file to the script folder but its not recognized, is there any different way to include it in the template? thanks in advance
-
how can I add x # of Integers and do a comparison in an if statement?
Hi, I'm getting a NullPointerException when I try to add x # of Integers and do a comparison. I declare my variables like this: Integer i1 = 0 Integer i2 = 0 Integer i3 = 0 ..... Integer i[x] = 0 I do some logic and assign values to those Integers: i1= 1 i2 = 1 etc..... when I try to do this: if (i1 + i2 + i3 + i4 + .... +…
-
Builder Installation Error on 64-bit OS
Hi,We have downloaded Builder 8.2 from:http://mimage.opentext.com/support/ecm/secure/software/vignette/portal/builder/builder8.2win32.zipWhen we are trying to run the installation, we are getting below mentionederror on command prompt and the installation is not proceeding further.Any idea what could be going wrong or this…
-
Updating Ephox Inline link widget after applying cumulative fix
We have applied the below cumulative patch on top of our Vignette V8 installation. Vignette® Content Version 8.0 Cumulative Patch RELEASE: 8.0 20120105 We already have the Ephox Inline link widget installed in our VCM installation. Now do we have to recompile the Ephox Inline link widget source code with the new jars…
-
Custom Content Component Type extend ContentMultiSelectComponent
Hi,I have a portlet whose html output varies based on a http header. Here isa description of what I've done, along with the error. It's a bit long, buthopefully it contains all the details required:I have created a subclass (CarouselMultiSelectComponent) ofContentMultiSelectComponent which overrides the createCacheKey…
-
Content MultiSelect widget - CI loading with more items in Avaialable list
Hi, The loading of content instance configured with content multiselect widget gets really slow with the increase number of child items. I have many CTDs where i strared noticing slowness, ex. CI takes about 70secs to load the CIF in which its trying to retreive 2500 items in the Available list. Is there any way to improve…
-
Preview XSLT
Hello I have a CTD whose "Preview Template" is overriden with XSL file. The following is defined in the XSL file. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:CUTIL="com.vcm.util.xsltUtils"> Where will the file (com.vcm.util.xsltUtils) be deployed on VCM ? I am trying to locate this…
-
Changing ManagedObject MetaData via the Content Management SDK (Java API)
Hi, Just wondering if anyone has been able to update the metadata for a Managed Object via the API? I would like to change the lastModTime, lastModifier, lastModComment and creationTime fields. I have trying to set these fields via the ManagedObjectMetaData object, but I haven't been able to work out how to commit these…
-
V7.6 download link
Hi, We are looking to upgrade VCM/Portal from 7.3.1 to 7.6. Can someone provide me the link to download the bits(portal, VCM, etc). In the Product downloads I see only 8 and 8.1 Thanks, Hari Kusumba
-
Portal not recognizing cluster
Hello. We are running Portal 8.1 on WebSphere 6.1. We have a vertical cluster set up on WebSphere (two JVMs on a single host) for our Portal delivery environment. I can see that the Portal application is installed on both JVMs, but the Cluster Information page in the Portal Server Console shows only one server, and the…
-
Rendering VAP on SMartphones
Hi, I am trying to render the VAP on smartphones, mainly on Android and Iphones. Does anyone has done this before or any suggesstions with same? Thanks for Your help in advance !! Anand Radhakrishnan
-
Problem in Ephox inline link with VCM versioning system. 3
Hi All, When I restore to a previous version of a CI, I save and close it, the content instance would display the restored values for all the fields except the Ephox with Inline Tags field, which saved the value prior the version restore. Please let me know if need further information. Many-many thanks in advance!!…
-
VCM and portal integration
I am not able to successfully integrate the VCM site with portal. Portal and VCM are working fine, there are other sites that are running and fully integrated. Here are the steps I followed: 1. Created a VCM site by name TestMA with URL TestMA 2. In the site settings I selected DPM and added the content type Channel Index…
-
Empty Widget XML being returned
I am trying to retrieve select option values of Static select Widget using below code: Code: AttributeDefinitionData add=ctdObj.getData().getAttributeDefinition( "MYSELECT" ); Map widgetData = add.getWidgetDataMap(); String widgetXML=add.getWidgetData(); WCMStaticSelectWidget s1= new WCMStaticSelectWidget(widgetXML);…
-
Add a New Version Button on Content Input Form
Hi, I am hoping to get some guidance here on adding a "New Version" button on "Content Input Form" (CIF), so that user doesn't have to click the "Versions" tab, and then "New Version". I am able to get the jsp, defaultcif.jsp, from the content type defination page, and found it in vgn-wcm-up.war. However, it doesn't seem…
-
"Recently Used" - V8.1 Content Workspace
Hi, Does anyone know how to delete the "Recently Used" items that are associated with a login id? We would like to clear out any recently used items. The "recently used" items are displayed on the Types and Site tab with a date. VCM version 8.1 Cumulative Patch version none detected Thanks in advance.
-
V 8.0 to V8.1 Upgrade
Hello, is there a way to upgrade v8.0 to v8.1?