Re: Feedback with AjaxButton

2008-01-08 Thread Martijn Lindhout
yep, it works 2008/1/8, Edvin Syse <[EMAIL PROTECTED]>: > > > I have a reusable component inside a form. I added a FeedbackPanel to > the > > component with a ComponentFeedbackMessageFilter. > > The component has a required DateTextField. > > When I submit the form using Ajax with no value provide

Re: Feedback with AjaxButton

2008-01-08 Thread Edvin Syse
I have a reusable component inside a form. I added a FeedbackPanel to the component with a ComponentFeedbackMessageFilter. The component has a required DateTextField. When I submit the form using Ajax with no value provided for the date, no feedback message appears... The onError(...) method is c

Feedback with AjaxButton

2008-01-08 Thread Martijn Lindhout
Hello there, I have a reusable component inside a form. I added a FeedbackPanel to the component with a ComponentFeedbackMessageFilter. The component has a required DateTextField. When I submit the form using Ajax with no value provided for the date, no feedback message appears... The onError(...