Re: OVal plugin

2009-03-30 Thread Paul Benedict
Don't forget Commons Validator 2 which is supposed to implement JSR-303 bean validation. PS: I think Struts 2 should have an API for pluggable validation systems. Why should one be preferred over another -- as a decision for us to make? Let the developer choose their implementation. Maybe XWork, m

Re: OVal plugin

2009-03-30 Thread Musachy Barroso
That could be done, but the plugins make it so easy that I am not sure it is worth the trouble. For example, to use OVal validation, instead of the built in one all you need to do is use the "ovalValidation" interceptor instead of "validation". btw XML validation now works musachy On Mon, Mar 30

QualityChecker?

2009-03-30 Thread Musachy Barroso
Is QualityChecker some kind of bot? it is posting comments to the tickets which make no sense. musachy -- "Hey you! Would you help me to carry the stone?" Pink Floyd - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org F

Re: OVal plugin

2009-03-30 Thread Musachy Barroso
Doc page is up: http://cwiki.apache.org/confluence/display/S2PLUGINS/OVal+Plugin and XML with class inheritance is implemented. I think it is ready for early adopters to take it for a spin :) musachy On Mon, Mar 30, 2009 at 9:54 AM, Musachy Barroso wrote: > That could be done, but the plugins ma