It used to work, but now it doesn't since DatePicker uses an attribute
modifier to change the ID of its target text field. The updating
behavior's javascript is looking for the original ID, so you get a JS error.

Solution is to use AjaxFormSubmitBehavior if you can, since it doesn't
depend on the ID of your particular component.

I assume this will all settle out since IDs are undergoing big changes
anyway on the trunk. Cheers guys, 1.2.1 looks great otherwise.

Nathan


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to