Hi, I have a "FeedbackTextField" which extends TextField and implements IValidator (build with 1.2.5). If the textfield lose the focus, an Ajax call is submitted. The Validator looks if the textfield is left empty and throws a FeedbackMessage and the backgroundcolor of the TextField changes to yellow. First everything works as suspected.
Then I changed the version to 1.3beta3. >From that moment, there was no longer an AjaxCall when the TextField lost the Focus when its empty, if it wasn´t empty Ajax call worked fine. So the backgroundcolor didn´t change and the FeedbackMessage was not displayed until a formSubmit was called( by a button, e.g.). On a form submit, the feedbackMessage works correctly, and the Color changes. Then I changed to 1.3rc1 Now the same happens like 1.3beta3 (ajax + feedback problem), but on form submit, the feedbackMessage works, but the color does not change anymore for any reason. I guess the validator prevents the ajax call, but why does the color doesn´t change anymore. thanks in advance, Santiago -- View this message in context: http://www.nabble.com/Ajax-Feedback-Problem-in-1.3-tf4955701.html#a14191234 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
