I wouldn't advise the EIV for password fields... the default message
will show the input values...

For password fields, we have: EqualPasswordInputValidator

Martijn

On 3/20/08, Scott Swank <[EMAIL PROTECTED]> wrote:
> You can use the EqualInputValidator to compare the password values.
>  Then you can override resourceKey() to tell Wicket to look for your
>  own error message in .properties.
>
>
>  On Thu, Mar 20, 2008 at 9:24 AM, Fabien D. <[EMAIL PROTECTED]> wrote:
>  >
>  >  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-tp16182720p16182720.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]
>
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2

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

Reply via email to