component

2020-11-02 Thread Volker Lamp
Hello everybody I'm trying to figure out why the (singular) component is not working for me. No difficulties with (plural) in the same place. The error is recorded with a reference to the field. Inspecting the form's ValidationTracker contains the expected error. Likewise, is referencing that

Re: component

2020-11-02 Thread Ben Weidig
Hi Volker, I believe the actual error message is done with JS: https://github.com/apache/tapestry-5/blob/0229bd59d44de848ae7412c8161bde6afe75ab84/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/fields.coffee#L173 https://github.com/apache/tapestry-5/blob/73e327b4f89639dee922713164de

Re: component

2020-11-02 Thread Volker Lamp
Thank you, Ben. Your response helped me understand how actually works. The problem I described was due to AJAX-based form submission. The form was nested in the zone that got rerendered onFailure(). Am Mo., 2. Nov. 2020 um 16:09 Uhr schrieb Ben Weidig : > Hi Volker, > > I believe the actual er