How to set an attribute with type PASSWORD ?
Hi All,
I'm trying to set in a JS service the value of an attribute with basetype PASSWORD but I can't find how to do it. Any idea ?
Thanks a lot,
Seb
To reproduce :
On a thing create an attribute 'password' with type PASSWORD
In a service add : me.password= '1234';
=> : 'Unable To Convert From java.lang.String to PASSWORD'

