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 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 instead just provide an > HibernateValidatedForm, just use the form and it will and the correct > validators using vistor etc? >> >> cheers >> Bruno >> >> On Sep 20, 2008 6:47am, Jörn Zaefferer <[EMAIL PROTECTED]> >> wrote: >>> >>> 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 >>> >>> wrote: >>> >>> > 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 Saturnino Martinez Vazquez Wael wrote: >>> >>> >> >>> >>> >> 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:) >>> >>> >> >>> >>> >> Jörn Zaefferer wrote: >>> >>> >>> >>> >>> >>> 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 Martinez Vazquez Wael >>> >>> >>> wrote: >>> >>> >>> >>> >>> >>>> >>> >>> >>>> 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 >>> >>> >>>>> wrote: >>> >>> >>>>> >>> >>> >>>>> >>> >>> >>>>>> >>> >>> >>>>>> 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 >>> >>> >>>>>> >>> >>> >>>>>> Nino Martinez Wael >>> >>> >>>>>> Java Specialist @ Jayway DK >>> >>> >>>>>> http://www.jayway.dk >>> >>> >>>>>> +45 2936 7684 >>> >>> >>>>>> >>> >>> >>>>>> >>> >>> >>>>>> >> >> --------------------------------------------------------------------- >>> >>> >>>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> >>> >>>>>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>>>>> >>> >>> >>>>>> >>> >>> >>>>>> >>> >>> >>>>>> >>> >>> >>>> >>> >>> >>>> -- >>> >>> >>>> -Wicket for love >>> >>> >>>> >>> >>> >>>> Nino Martinez Wael >>> >>> >>>> Java Specialist @ Jayway DK >>> >>> >>>> http://www.jayway.dk >>> >>> >>>> +45 2936 7684 >>> >>> >>>> >>> >>> >>>> >>> >>> >>>> >>> >>>> --------------------------------------------------------------------- >>> >>> >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> >>> >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>>> >>> >>> >>>> >>> >>> >>>> >>> >>> >> >>> >>> > >>> >>> > -- >>> >>> > -Wicket for love >>> >>> > >>> >>> > Nino Martinez Wael >>> >>> > Java Specialist @ Jayway DK >>> >>> > http://www.jayway.dk >>> >>> > +45 2936 7684 >>> >>> > >>> >>> > >>> >>> > --------------------------------------------------------------------- >>> >>> > To unsubscribe, e-mail: [EMAIL PROTECTED] >>> >>> > For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> > >>> >>> > >>> > > -- > -Wicket for love > > Nino Martinez Wael > Java Specialist @ Jayway DK > http://www.jayway.dk > +45 2936 7684 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
