|
Everyone is right here. When binding from
a function we look at the parameters to the function to see if they’ve
changed so if there are no parameters there’s nothing we can do to tell
if the return value of the function has changed (unless of course you put a ChangeEvent
on the function itself and have the appropriate event fired when you want that
function to re-execute). If you changed the function a little you could do getLanguage(accUSA.cbLstLanguages.selectedItem)
and then just use that value as a parameter. Now when selectedItem changed the
url would update correctly (however that would not re-execute the httpservice,
you’d still need to do that elsewhere which is why maybe combining it all
in the function would be better). Matt Yahoo! Groups Links
|

