There was some implementation I think at wicketstuff, can remember it something like validator or something, so go to wicket stuff and see..:)
2009/10/17 Bernhard Grünewaldt <bernh...@gruenewaldt.net> > That's the case :) > > I want to have it working with Javascript activated and without. > > I am now thinking of something GWT does. > You write java and the framework translates it to ajax. (if I am not > mistaken) > It would be cool to write just one Validator in Java > that implements some behaviour and it works as ajax and without on the > serverside. > > Does anybody have a tutorial or best practice for that, or will I end up > maintaining redundant code for Java and Javascript? > I am using jquery as framework if that is of concern. > But I am open for everything. > > I already took a look at wiquery but haven't found a nice tutorial for my > purpose. > http://code.google.com/p/wiquery/ > > > Bernhard > > Why wouldn't you? If it's https it's no different than sending it to > > complete the registration or change password page. It's the same load as > > any other AJAX validation. > > > > -- > > Jeremy Thomerson > > http://www.wickettraining.com > > > > > > > > On Fri, Oct 16, 2009 at 1:48 PM, Ryan Gravener > > <r...@ryangravener.com>wrote: > > > >> I don't think you want to validate passwords by sending them to the > >> server multiple times. > >> > >> Ryan Gravener > >> http://bit.ly/no_word_docs > >> > >> > >> > >> On Fri, Oct 16, 2009 at 2:31 PM, Bernhard Grünewaldt > >> <bernh...@gruenewaldt.net> wrote: > >> > Hello, > >> > > >> > Is there such a thing as a "Strong Password Validator"? > >> > I found a jquery plugin which is nice: > >> > > http://bassistance.de/jquery-plugins/jquery-plugin-password-validation/ > >> > > >> > But it lacks the serverside Java implementation and i18n. > >> > Does anyone know of such a component? > >> > The code isn't that complex, but if it is already there why implement > >> it > >> > yourself. > >> > > >> > thx > >> > > >> > Bernhard > >> > > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > >> > For additional commands, e-mail: users-h...@wicket.apache.org > >> > > >> > > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > >> For additional commands, e-mail: users-h...@wicket.apache.org > >> > >> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >