Wicket has a gadget for that since 1.2.  In your form:

add(new EqualPasswordInputValidator(password, repeatPassword));

-----Original Message-----
From: Fabien D. [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 20, 2008 11:25 AM
To: users@wicket.apache.org
Subject: Display of own message in FeedbackPanel


Hi everybody,

I'm a new french user of wicket, and i 'm apologizing in advance for
english
and comprehension mistakes.

So, I want to display in a FeedbackPanel my own messages for especially
events. For example, in my suscribing panel, the user has to write twice
his
password. So I want to check if these passwords are the same, and if
not, to
display in the FeedbackPanel a message.

What objets i have to manipulate to instanciate the event and the
message in
the FeedbackPanel ?? Is there any documentation?

Thank you in advance for your help :)


-- 
View this message in context:
http://www.nabble.com/Display-of-own-message-in-FeedbackPanel-tp16182720
p16182720.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]


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

Reply via email to