O_o sorry for this mistake  I try this : 

        email.add(new IValidator() {
                public void validate(IValidatable v) {
                        if ( !CDataVerification.validEmail( 
(String)v.getvalue() ) )
                                        v.add(new 
ValidationError().addMessageKey("error")); 
                        } 
                });

I'm not an expert in java too .... It's not compiling : it don't find the
method getvalue()...
-- 
View this message in context: 
http://www.nabble.com/Display-of-own-message-in-FeedbackPanel-tp16182720p16196588.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to