Http Filtered Value Set Sample (Javascript)
Hi,
I have a problem with the sample 'Google Movies' value set.
The line of code that does not work is:
The connector object is null and the line
I've copied this straight from the sample on the jazz.net article https://jazz.net/wiki/bin/view/Main/DataSourceValueSetProviders so this is very frustrating.
Any ideas?
Henry
I have a problem with the sample 'Google Movies' value set.
The line of code that does not work is:
var connector = context.getDataConnector("HttpConnector");
The connector object is null and the line
var values = connector.get(params);doesn't work because it can't call .get() on a null value.
I've copied this straight from the sample on the jazz.net article https://jazz.net/wiki/bin/view/Main/DataSourceValueSetProviders so this is very frustrating.
Any ideas?
Henry
Comments
Alicia McPherson
Jun 05 '12, 4:39 p.m.Hi Henry,
I was able to follow the tutorial and do this in RTC 3.0.1.3.
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Nov 30 '12, 7:13 a.m.Please see this blog post from Jorge for an additional code example.