Re: DateField behaviour when within a zone

2018-12-02 Thread Christopher Dodunski
Making some headway... The base page is "Dashboard", which contains 10 panel components (each having its own zone). Three of these panels require a "FilterPane" for limiting the number of records displayed (again, this filter pane has its own zone). This pane contains a form, and this form conta

Re: DateField behaviour when within a zone

2018-12-02 Thread Thiago H. de Paula Figueiredo
On Sun, Dec 2, 2018 at 9:16 AM Christopher Dodunski < chrisfromtapes...@christopher.net.nz> wrote: > > Not all components have that parameter. DatePicker doesn't trigger zone > > refreshes as far as I know. > > According to the Tapestry docs for DateField: > > "One wierd aspect here is that, becau

Re: DateField behaviour when within a zone

2018-12-02 Thread Christopher Dodunski
>> I imagine others are using the existing DateField with success, whether >> inside or outside of zones. Assuming the DatePicker javascript is using >> AJAX to invoke a zone refresh, is there perhaps a way of disabling this >> without meddling with the code? I had thought that without "async=tru