Re: [Wicket-user] AjaxSubmitButton and FormComponentFeedbackBorder

2007-03-30 Thread ZedroS Schwart
Thanks Igor. That's what I was doing but I didn't manage to grab my feedback borders. It's now done like this : target.addComponent(formComponent.getParent()); Cheers ZedroS On 3/28/07, Igor Vaynberg [EMAIL PROTECTED] wrote: use a visitor to visit all form component feedback borders and add

[Wicket-user] AjaxSubmitButton and FormComponentFeedbackBorder

2007-03-28 Thread ZedroS Schwart
Hi I'm playing with Ajax and Wicket, which is quite fun, but I've an issue with AjaxSubmitButton and FormComponentFeedbackBorder. I guess I should use target.addComponent(Component) ; to declare in my AjaxSubmitButton that I want the feedback border to be updated. However, I'm using a

Re: [Wicket-user] AjaxSubmitButton and FormComponentFeedbackBorder

2007-03-28 Thread ZedroS Schwart
Quick update : I've found some help here : http://www.nabble.com/FeedbackPanel%2C-Form%2C-which-component-is-caousing-feedback--tf2427268.html#a6767963 but I'm still looking for how to tell the FormComponentFeedbackBorder to render itself.. ++ ZedroS, digging in ! On 3/28/07, ZedroS Schwart

Re: [Wicket-user] AjaxSubmitButton and FormComponentFeedbackBorder

2007-03-28 Thread Igor Vaynberg
use a visitor to visit all form component feedback borders and add them to the target. -igor On 3/28/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Quick update : I've found some help here :