HTTP Filtered Provider Value Set works in test mode, but blank in presentation mode
I setup Apache and serving an xml page.
<xml>
<node>
<value>Tom 1</value>
</node>
<node>
<value>Tom 2</value>
</node>
<node>
<value>Tom 3</value>
</node>
</xml>
When I run the test everything works,
[HttpFilteredValueSetProvider]Retrieving values from HttpConnector...
[HttpConnector]Retrieving XML document...
[HttpConnector]Issue a new HTTP request
[HttpConnector]Got response 'OK'
[HttpConnector]Retrieved XML document
[HttpConnector]Identified 3 rows
[HttpFilteredValueSetProvider]Retrieved 3 values
I saved the project. When I tried creating an attribute (small string) and placing it in a presentation,
no matter what I do, I always get a blank control on the presentation.
Any ideas as to what step I am missing?
|
4 answers
Hello Tom,
I guess you verified that your small string attribute was using your HTTP ValueSet provider.
You may use Firefox and Firebug to load a new work item and search for any error while loading the values.
Let me know.
Thanks
Eric.
|
Hello Tom,
I captured a screen cap from https://jazz.net/library/article/1257
If you don't see the GET to your server, then possibly, you did not select your HTTP VSP as provider for your attribute.
May you please check / confirm?
Thanks
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.