I want to bind a select box from back end.I tried following code\[code\]<x:select id="names" width="210px"> <xptions value="http://stackoverflow.com/questions/15584151/@load(vm.nameList)"></xptions></x:select>\[/code\]where nameList is having all data that should be loaded in ddl.but its not working and box is coming as empty.