Robert Collins wrote: > bb:tweak > A better way to do this would be to: > * push the send logic into a domain class somewhere. > * Have your cmd_send decorator just call into the domain class > directly. Good point - that would truly be cleaner... Monty