Re: Again with missing update with AJAX...

2008-02-11 Thread Timo Rantalaiho
On Mon, 11 Feb 2008, Fabrizio Giudici wrote: where updateDate() updates the date model. Indeed the model gets correctly updated since I see the new value gets to the database. But the label doesn't get updated. I supposes everything was with the setOutputMarkupId() and eventually with

Again with missing update with AJAX...

2008-02-11 Thread Fabrizio Giudici
Hello. I've still got problems with updating a page component from AJAX, this time from a popup window. Everything starts with a specific component for entering a date (it's a special date, so I can't use the component provided with Wicket): public class VRCDateField extends Panel {