Validations using acts_as_taggable

Can anyone provide me an example of how they are displaying validation
errors when saving a tag using Demetrius’s (not DHH’s) act_as_taggable
plugin?

For example, the tag model has a

:validates_length_of :name, :in => 1…30, :too_long => “Tag name too
long -
max 30 characters”, :too_short => “Tag must have a name”

If a user inputs a tag longer than 30 characters, how are you displaying
the
error_messages_on :tag messages?

Thanks,

Steve
http://www.smarkets.net