Validate with info messages, instead of errors

2010-02-25 Thread espen . pedersen
Hi all! I'm Looking for a way to perform validation, but print the messages as INFO (with Ajax), instead of ERRORs. I'd like to have a combination of error and info validators. An error will prevent the user from submitting the form, the info message will give the user a warning/info message.

Re: Validate with info messages, instead of errors

2010-02-25 Thread Antoine van Wel
As for the link you show, the author is building something which is available in the Wicket core, which he seems to have missed or perhaps it's just an outdated article. Make a FeedbackPanel for every FormComponent you want to have messages for and initialize it with a

Ad: Re: Validate with info messages, instead of errors

2010-02-25 Thread espen . pedersen
MaximumValidator. -- Espen Ønvik Pedersen Fra: Antoine van Wel antoine.van@gmail.com Til: users@wicket.apache.org Dato: 25.02.2010 16:04 Emne: Re: Validate with info messages, instead of errors As for the link you show, the author is building something which is available in the Wicket core, which he