Hi guys,
I tried using jsf 1.2 as my web framework and extval-1.2.2 as my validation
framework. Everything works fine except error messages. I have a name field
which is annotated with Required annotation, if no value is given, I will
get an error message like this "{0}: Validation Error: Value is required". I
suppose the "{0}" is a placeholder for field label, which should be replaced
by "Name" in this case. However, the "{0}" is only replaced when I NOT using
extval. Any idea is appreciated.

Regards,
Leon

Reply via email to