I should have explained before. The context is: I have a WebPage that contains a Form with a TreeTable. Each row of the TreeTable has a cell with a TimePicker ( extends TextField implements IWiQueryPlugin), and a submit button at the end of the row with an AjaxFormSubmitBehavior to save the user choices and refresh the row that has been changed. Now, when the user selects a time in the TimePicker cell, and its model get set, the Page gets marked as dirty and reloaded. If the page is reloaded before the Ajax response is sent, then the Ajax response will not be able to refresh the row that was edited.
I am trying to setFreezePageId, where and how is the best way to use it ? Maybe in the onBeforeRender of the Page ? Any other idea ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-prevent-a-page-from-being-marked-as-dirty-tp4659636p4659667.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
