Hi again,
I'm having some problems with BeanValidator NOT looking up error message in the provided MessageSource. Section 16.2.3.3. "Localization" states that it is support as long as arguments...
Type: Posts; User: jimisola; Keyword(s):
Hi again,
I'm having some problems with BeanValidator NOT looking up error message in the provided MessageSource. Section 16.2.3.3. "Localization" states that it is support as long as arguments...
I found the solution to my problems Bean Validation Framework (see documentation 0.7 release).
package se.stickybit.valangtest;
import junit.framework.TestCase;
import...
(I am reposting in a new thread since my reply to an old thread didn't give any feedback)
Hi!
I am trying to use Valang with annotations for server-side validation and want to write JUnit...
Ok. I might wait for 0.7 to make it to the central repo then.
edit: How long do you think it will take for 0.7 to reach the central repo?
I've voted for it and also added minor comment. I'll...
Sergio,
What exactly do you mean by "update to the 0.7 Spring Modules version and use the POM file in the CVS"? Is 0.7 not deploy for usage by Maven? Perhaps not released at all?
If not, I...
Great. Thank you.
Is there actually an dependency on Hibernate as well? If not, I'd appreciate if that was excluded as well. Especially, since the Hibernate annotations causes some confusing as...
Hi!
I am trying to use Valang for server-side and client-side validation, but I am unable to get it to work.
Since we use Maven I added the following dependency:
...
Hi!
I am trying to use Valang with annotations for server-side validation and wants to write JUnit tests for it. But, I haven't been able to find any documentation on this and the source jar...