今天使用TIBCO中的Select组件,其中select的记录值是调用web service中的方法,然后返回数组,数组中包含多个对象.
The jsx3.gui.Select uses the attribute "jsxtext" as the display field.
上的意思就是要想把属性值显示给select,则必须把属性映射的名字设置成"jsxtext";
而我又想把对象的ID值传给select的value属性。查了一下文档看到,jsxid属性,于是就试了一下!果然可以!
因为select有个getValue() method 文档描述为:
Returns the value of this select box. The value is the jsxid
attribute of the selected CDF record.
还有一点,就是,当你把一个值既想作为select的显示值又想作为真实值的时候。则应该把该属性做两个映射,分别为jsxid和jsxtext!
posted on 2007-03-27 19:28
周锐 阅读(235)
评论(0) 编辑 收藏 所属分类:
TIBCO