I have been trying to test more components on dashboards, and now i've stumbled onto a small problem. I populate the element using a CDA query, and i want to have all the values selected when the element is rendered. I have already tried adding the "selected" clause one normally includes on a regular HTML select object on the query, but the element automatically escapes the query result as the object's value.
Also, snooping around the definition on the coreComponents file, i couldn't find anything that could help me do this.
Does anyone have any ideas on this?


Reply With Quote