Hello, I have a PasswordTextField, some text fields and AjaxFallbackButton in the form. If PasswordTextField is not entered and on sumbit of the AjaxFallbackButton, onSubmit(AjaxRequestTarget ........, ......) is not getting called. But when I remove the PasswordTextField and without entering the values for the other textfields, and on submit of the AjaxFallbackButton, onSubmit(AjaxRequestTarget ........, ......) is getting called.
What is the reason for that? How to make the onSubmit(AjaxRequestTarget ........, ......) getting called event if no values are entered for PasswordTextField, on submit of the AjaxFallbackButton. -- View this message in context: http://www.nabble.com/AjaxFallbackButton-not-working-when-PasswordTextField-is-not-entered-tp22491712p22491712.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]
