Does anyone know where I can find a simple example of a class written for the Data Multi Select CCE widget that accesses VCM Conent (preferably channels)?
Thanks.
There are a few examples of IReferenceData implementations inthe CCE sample package.
There is no specific example to meet your use case, but you canlook at “com.vignette.wcm.widgets.base.referencedata.ProjectContentReferenceDataImpl”.
If you are running 8.0, you can find the source code of the CCE samplesunder <INSTALL>/extensions/CCE-samples/cce_java_src.zip.
For earlier releases you can get the cce samples from therespective KB items.
7.4 – KB 9100
7.5 – KB 9486
7.6 - <not sure>
- Nutan
From: eLink Entry:Vignette V7 and V8 Web Content Management[mailto:v7webcontentmanagement@elinkkc.opentext.com] Sent: Monday, July 19, 2010 8:21 PMTo: eLink RecipientSubject: Simple Data Multi Select CCE example
Simple Data Multi Select CCE example
Posted by millisa.eubanks@bhsi.com (Eubanks, Millisa) On 2010/07/19 10:51
[To post a comment, use the normal reply function]
Forum:
Vignette V7 and V8 Web Content Management
Livelink Server:
knowledge-wlweb01
I'm slowly but surly understanding these examples. Could you tell me though: Where should I put the jar with my class in it once I have it ready?
The jar (containing your classes) should be configp’ed. Itshould be available in the contentsvcs.ear.
However, if you are using a Custom CIF in the CTD, then thisclass/jar should be present in the custom war containing the CIF. Since the CIF(JSP) needs to load this class.
One other note – if you are on 7.3.1.1 then this jarshould be inside the vgn-wcm-up.war. Since, prior to 7.4, the CCE warwas deployed outside the contentsvcs.ear.
From: eLink Entry:Vignette V7 and V8 Web Content Management[mailto:v7webcontentmanagement@elinkkc.opentext.com] Sent: Monday, July 19, 2010 11:51 PMTo: eLink RecipientSubject: Simple Data Multi Select CCE example
Posted by millisa.eubanks@bhsi.com (Eubanks, Millisa) On 2010/07/19 14:19
Topic: