WAComponent>>inform: not working

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

WAComponent>>inform: not working

BrunoBB
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
Reply | Threaded
Open this post in threaded view
|

Re: WAComponent>>inform: not working

BrunoBB
Hi,

Forgot this ! My mistake :) Fixed !

Regards,
Bruno