|
Hi,
Do i have to enable some javascript library to enable the use of #inform: or #confirm: ?
(or should work with default configuration)
I had this working but i think after a migration the behavior is broken :(
changePassword
self someCondition
ifFalse: [self inform: 'Invalid Current Password'. ^nil].
The inform: does nothing...
Regards,
Bruno
|