Hello Igor, There exists an add-on that can do that , see (1). Don't know how well it works with Bean validation, probably not due to the missing @SkipValidationSupport on bean validation annotations.
Why is immediate=true not an option? The actionListener on the button is still executed (invoke application phase) so you can create a new empty instance of the entity for example. Regards Rudy (1) http://os890.blogspot.com/2009/03/myfaces-extval-add-on-bypassvalidation.html 2012/1/19 Igor Guimarães <[email protected]> > Hello, > > Extval provide a way to skip of Validation Phase of processor? > > A have a button "New", that puting a new itens on my list or create a new > bean, but the property "imediate" jumping other phasses too (Update Model > Values and Invoke Application), and its not applicable for me. > > Anybody has a idea? > > I will try extends class BeanValidator for check this on method validate, > but I wanna do this more simple. > > Thanks. > > > -- > Igor Luiz Vieira Guimarães > -- Rudy De Busscher http://www.c4j.be

