Expand my Community achievements bar.

Bind watermark textbox to WebService output

Avatar

Former Community Member
Hi,



Does ahyone know if it is possible to bind the output of a WebService to a textbox residing on a master page?



Whenever I use:

DataConnection.execute(0); //No re-merge Data DOM



it is visible (and the output data from the WebService is correct), but when I use (and have to use):

DataConnection.execute(1); //re-merge Data DOM



It is not visible.



Is there some snippet of javascript (perhaps) that I can use to retain the bound value in a master page?



Thanks in advance
0 Replies