Philippe Marschall a écrit : >Hi > >Because of some problems, I just wanted to ask if >self error: aMessage >is still the way to signal invalid input in a pier command in the >#doValidate method. > It seems Lukas changed this ! Use MAError instead YourCommand>>validate MAValidationError on: self Or one of the subclasses Bye