Re: FormComponentFeedbackIndicator not triggered with 1.3b4?

2007-10-25 Thread Eelco Hillenius
On 10/24/07, Matej Knopp <[EMAIL PROTECTED]> wrote: > No, there shouldn't be as far as I know. This might be a regression > though, could you file a jira issue and attach a quickstart that > demonstrates the problem? Thanks. Or unit test... that's even better. Eelco -

Re: FormComponentFeedbackIndicator not triggered with 1.3b4?

2007-10-24 Thread Matej Knopp
No, there shouldn't be as far as I know. This might be a regression though, could you file a jira issue and attach a quickstart that demonstrates the problem? Thanks. -Matej On 10/24/07, Thies Edeling <[EMAIL PROTECTED]> wrote: > Hi all, > > For validation purposes I've added a class exending Abs

FormComponentFeedbackIndicator not triggered with 1.3b4?

2007-10-24 Thread Thies Edeling
Hi all, For validation purposes I've added a class exending AbstractValidator to a TextField. Feedback is provided by adding a FormComponentFeedbackIndicator to the TextField, triggered by a AjaxFormValidatingBehavior.addToAllFormComponents(etc... This whole thing works with beta 3 however wit