Le 13/05/2011 21:25, thesaint a écrit :
I have tried to annotate one of my properties as follows:

/**
  * @assert:Type( type = "integer" , message = "Please insert a
number")
  */
protected $size;

But when I enter the invalid string "aaa5" in my form and validate, I
get the error message "The value is invalid" instead of the configured
message. I wonder why and how I can display my custom message
instead.

And is "Type" the right assertion for validating for numeric input (if
the input should only be a whole number)?

If you use an IntegerType in your form, the check of the type is done when transforming the user input (a failed transformation makes the field invalid). The message for the failed validation are not yet configurable currently AFAIK.

--
Christophe | Stof

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to