function loadOrganisations(){
${ g.remoteFunction(
action : 'orgOptions',
controller : 'person',
update:'testco'
)}
}
It calls the controller and action returns the values just fine current as <option>item</option> etc. This works if working with g:select but that view I have uses zkui and don't know how to archive this or what to do perhaps in the composer?!? Please help!