Hi,
is there a smart way to have a typical password input (two
textfields for comparison) with Magritte without customizing too much?
thanks,
Norbert
Create two descriptions on the class, then add a multi field validation rule
to the class with a container description like this...
descriptionContainer
^(super descriptionContainer)
addCondition: [:value |
(value cache at: self descriptionPassword) = (value cache at:
self descriptionPasswordMatch)]
labelled: 'Passwords must match';
yourself
Ramon Leon
http://onsmalltalk.com