google-code-export / morphia

Automatically exported from code.google.com/p/morphia
1 stars 0 forks source link

Morphia Validation Extension breaks JSF Validation #242

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version are you using? (Morphia/Driver/MongoDB)

Mongo DB 1.6.5
Driver: mongo-2.4
Morphia: 0.99
Validation Extension: 0.99

We run mojarra-2.0.4. When I tried to use the morphia-validation-extension we 
encoutered a JSF validation problem.

Unfortunately it breaks JSF validation and makes input fields mandatory that 
were not mandatory before.

Original issue reported on code.google.com by m.schieb...@gmail.com on 10 Mar 2011 at 9:43

GoogleCodeExporter commented 9 years ago
could you please add an example? If you look at what the extension does, it 
only "triggers" the BeanValidation on persist so the outcome is supposed to be 
the same.

Which Validation provider do you use?

Original comment by google-a...@codesmell.de on 10 Mar 2011 at 9:52