Re: [5.4-beta-22] field-bound form validation messages

2015-03-14 Thread Ilya Obshadko
And I can confirm that in case of any validation error form values inside AjaxFormLoop are completely messed up (text fields are cleared, checkboxes are checked etc etc). This is actually very major :( On Sat, Mar 14, 2015 at 1:39 PM, Ilya Obshadko wrote: > Yes, this is it. Any options besides

Re: [5.4-beta-22] field-bound form validation messages

2015-03-14 Thread Ilya Obshadko
Yes, this is it. Any options besides reverting to beta-6 (which is highly undesirable)? On Sat, Mar 14, 2015 at 5:10 AM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > I think you're seeing this bug: "Field-specific error not shown when AJAX > used". It's been partially fixed in

Re: [5.4-beta-22] field-bound form validation messages

2015-03-13 Thread Geoff Callender
I think you're seeing this bug: "Field-specific error not shown when AJAX used". It's been partially fixed in 5.4-beta-26, but there's still an issue. https://issues.apache.org/jira/browse/TAP5-2391 Geoff On 13 Mar 2015, at 1:41 am, Ilya Obshadko wrote: > I've found out that at some p

[5.4-beta-22] field-bound form validation messages

2015-03-12 Thread Ilya Obshadko
I've found out that at some point (not sure, but probably after upgrade to 5.4-beta-22), custom form validation errors stopped displaying on related fields. Effectively this breaks proper display of validation errors in any form not using component. I'm wondering if this is already fixed in 5.4-b