hi,
sometimes i'd like the datepicker to fire the onchange event of the
component it's bound to.
it doesn't seem to do it ootb.

the main fix would probably only meen to call the onchange() method of the
targetcomponent after the call to cal.hide() (line 236 in DatePicker.java)

i could also imagine making this optional, by adding a constructor
DatePicker(boolean notifyOnSelect) and setting the default to false to not
break existing code.

any comments? should i open a jira issue with a patch?

gerolf
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to