Re: Use Spring's LocalValidatorFactoryBean

2010-04-09 Thread Carlos Vara
Just a quick check, in case you are using @SpringBean outside of a Wicket component, you have to inject it manually using: InjectorHolder.getInjector().inject(this); On Fri, Apr 9, 2010 at 5:32 PM, David Chang david_q_zh...@yahoo.com wrote: I am hoping to use Spring's LocalValidatorFactoryBean

Re: Any mature work on integrating Hibernate Validator with Wicket?

2010-04-06 Thread Carlos Vara
/jira/browse/WICKET-2825 Vote for it if you like the idea :-) Regards, David --- On Mon, 4/5/10, Carlos Vara bashfl...@gmail.com wrote: From: Carlos Vara bashfl...@gmail.com Subject: Re: Any mature work on integrating Hibernate Validator with Wicket? To: users@wicket.apache.org

Re: Any mature work on integrating Hibernate Validator with Wicket?

2010-04-05 Thread Carlos Vara
Hi David, I'm the author of the first article that you linked to: http://carinae.net/tag/hibernate-validator/ http://carinae.net/2009/12/integration-of-jsr-303-bean-validation-standard-and-wicket-1-4/Basically, you hardly need more than the two provided validators (for property validation on

Re: (my code palette) how to set default options in object palette

2010-01-31 Thread Carlos Vara
Hi Victor, a quickstart is a wicket project using this maven archetype: http://wicket.apache.org/quickstart.html On Sun, Jan 31, 2010 at 7:46 PM, victorTrapiello vic...@trapiello.netwrote: Thank you very mucv Nino, but what do you mena by a quick start¿? I´m new in this comunity. nino

Re: Integrating Hibernate Validator with Wicket

2010-01-04 Thread Carlos Vara
Hi, if you prefer to use JSR 303 Bean Validation (it's very similar to Hibernate Validator, in fact, it is the reference implementation), I made a blog post about how to integrate it with Wicket: http://carinae.net/2009/12/integration-of-jsr-303-bean-validation-standard-and-wicket-1-4/ On Mon,