Solved
Why the password property is not getting binded?
In property section we are creating a password basetype and then in mashup we are binding it with a textbox. But it is not getting binded. Why is that so?
In property section we are creating a password basetype and then in mashup we are binding it with a textbox. But it is not getting binded. Why is that so?
Ok, I have this working now. I had to create a service which returned the password property as a string, and then bind the string to the textbox. The service I wrote was called "GetPasswordProperty" and contained this: var result = me.PasswordProperty;
I hope this helps!
Tori
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.