Re: Wicketstuff wishlist?

2008-09-20 Thread Jörn Zaefferer
A pony? Django now got one... Thanks for the wicket-hibernate link! Jörn On Sat, Sep 20, 2008 at 2:29 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Baah.. Theres already something on it:

Re: Re: Wicketstuff wishlist?

2008-09-20 Thread bruno . borges
I'm the one who developed HibernateFormComponentValidator and HibernateFormValidator, which does the validation in a different way compared with the annotations package. We really should improve this project. :-) cheers Bruno On Sep 20, 2008 6:47am, Jörn Zaefferer [EMAIL PROTECTED]

Re: Wicketstuff wishlist?

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote: I'm the one who developed HibernateFormComponentValidator and HibernateFormValidator, which does the validation in a different way compared with the annotations package. We really should improve this project. :-) Hows it lacking.. A less intrusive way..? Maybe

Re: Wicketstuff wishlist?

2008-09-20 Thread Jörn Zaefferer
How about a IFormValidator? That has access to the form's components and is more flexible to use (composition instead of inheritance). Jörn On Sat, Sep 20, 2008 at 4:56 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I'm the one who developed

Re: Wicketstuff wishlist?

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael
Yeah that would work too... And you can always add validators.. So it's really flexible.. And if you want a form that always has the validator you can just extend a form and add the validator yourself... Jörn Zaefferer wrote: How about a IFormValidator? That has access to the form's

Re: Wicketstuff wishlist?

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael
What about this one? http://www.bubbling-library.com/ ? Jörn Zaefferer wrote: Don't we have already at least one wishlist on the wicket wiki? http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion Jörn On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL

Wicketstuff wishlist?

2008-09-19 Thread Nino Saturnino Martinez Vazquez Wael
Hi I'd really like a wish list for wicketstuff. So reply with your wishes and I might have time at a point to implement it:) I'll start by adding this to the list: Integration with : http://code.google.com/p/iui/ I'll add a wishlist to the wiki or maybe my blog.. -- -Wicket for love

Re: Wicketstuff wishlist?

2008-09-19 Thread Jörn Zaefferer
Don't we have already at least one wishlist on the wicket wiki? http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion Jörn On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi I'd really like a wish list for wicketstuff. So reply with your

Re: Wicketstuff wishlist?

2008-09-19 Thread Nino Saturnino Martinez Vazquez Wael
wicketstuff!=wicket :) And it should not go on the wicket wiki... Jörn Zaefferer wrote: Don't we have already at least one wishlist on the wicket wiki? http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion Jörn On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez Wael

Re: Wicketstuff wishlist?

2008-09-19 Thread Jörn Zaefferer
Oops, I missed that bit! Well, then I add: Annotations for form validation. Maybe integrated with the bean validation JSR, Hibernate Validation or standalone. Enabled by adding AnnotationValidator instance to a form or indivdual fields... Jörn On Fri, Sep 19, 2008 at 2:05 PM, Nino Saturnino

Re: Wicketstuff wishlist?

2008-09-19 Thread Nino Saturnino Martinez Vazquez Wael
Great:) First shot will probably be Hibernate Validation (is general and works without hibernate with any JPA provider), since I have a demo project for that, validation JSR 303 arent done yet AFAIK.. And I think im gonna try to use IVisitor to do it.. So it's actually a fairly simple one:)

Re: Wicketstuff wishlist?

2008-09-19 Thread Ryan Sonnek
On Fri, Sep 19, 2008 at 9:02 AM, Jörn Zaefferer [EMAIL PROTECTED] wrote: Well, then I add: Annotations for form validation. Maybe integrated with the bean validation JSR, Hibernate Validation or standalone. Enabled by adding AnnotationValidator instance to a form or indivdual fields...

Re: Wicketstuff wishlist?

2008-09-19 Thread Nino Saturnino Martinez Vazquez Wael
Baah.. Theres already something on it: https://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-hibernate-behavior/ something on it here: http://jroller.com/wireframe/entry/hibernate_annotations_and_wicket Anything else for the wish list not already existing? :) Nino