Hello, I've been digging as best I can and can't seem to find an answer to this. I have an AjaxLink that presets some dates in 2 DateTimeFields by calling their setDate(Date) methods. This link works as expected until I click on a Button that has the setDefaultFormProcessing set to false. This button is used to add a ListItem to a ListView. When this button is clicked the ListView is properly updated, but now the AjaxLink no longer updates the DateTimeFields.
I have one other component (a ListMultipleChoice) that uses Ajax to update a DropDownChoice which continues to work regardless, but rather than passing the DropDownChoice on construction, it instead searches the component out by an explicitly set markupId. Curious if that is somehow related, perhaps I should be searching the DateTimeFields out by the markupIds? -- View this message in context: http://www.nabble.com/Button-with-setDefaultFormProcessing%28false%29-breaks-AjaxLink--tp14930459p14930459.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
