I’m using tapestry 5.3.3 (which includes the patch for issue #1844)…
Is there a simple way to catch and handle the ‘onchange’ event, ie where the user selects a new date (via the popup)?
I’ve tried:
<t:datefield value="dateValue" onchange="alert('here');" />
Thanks, Paul.
It seems I have to combine a both approaches to achieve what I need – whether or not this should be improved within the tapestry framework is up for debate….
Test Case 1:
Test case 2:
So the onchange attribute is equivalent to the change observer, therefore the only complete solution is to combine approaches 2 & 3: