You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jon Wilmoth <jo...@yahoo.com> on 2007/07/11 22:33:38 UTC

S2.0.8 datetimepicker on"x" not fired (bug?)

I've tried several onX event attributes and none of them seem to fire with the S2.0.8 datetimepicker.  Is this a bug?

<s2:datetimepicker name="selectedEnd"
                                       displayFormat="MM/dd/yyyy"
                                       onfocus="alert('selectedEnd has focus!')"
                                       onclick="alert('selectedEnd clicked!')"
                                       onchange="alert('selectedEnd changed!')"/>