cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Why the password property is not getting binded?

aagarwal
1-Newbie

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?

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

4 REPLIES 4

For some reason, the mashup does not think the password basetype is compatible with string binding targets. I am going to investigate this further as it seems to be a bug.

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

Hi Tori,

I tried this and it worked. Thank you for your help.

Anupriya

Great, it was no trouble!

Top Tags