[solved] CValidator message

I am trying to configure the error message that is displayed by CUniqueValidator. The attribute I am validating is email_address, and by default the error message is:

Email Address "<email_address>" has already been taken.

I want to configure this message but how can I insert <email_address> in my custom message?

EDIT: I worked it out - use the placeholder {value}