Dynamic BorderBehavior and AjaxFormSubmitBehavior

2011-10-24 Thread Илья Нарыжный
Hello, Is it possible to use BorderBehavior and AjaxFormSubmitBehavior together on the same TextField? BorderBehavior in our case is dynamic: with the aid of isEnabled. But it seems, that border is not updating be AJAX: only by refresh of the page. Is it correct behavior? Thanks, Ilia

Re: Dynamic BorderBehavior and AjaxFormSubmitBehavior

2011-10-24 Thread Igor Vaynberg
the behavior needs to be refactored to take advantage of IAjaxRegionMarkupIdProvider so it can work properly with ajax repaints, perhaps you can create a patch and attach it to a jira ticket. -igor On Mon, Oct 24, 2011 at 5:59 AM, Илья Нарыжный phan...@ydn.ru wrote: Hello, Is it possible to