Hi there, I have similar situation. AjaxFallBackDataTable and "New" AjaxButton on a form. "New" button calls ajax Modal dialog which itself contains textfield and AjaxButton "Save". "Save" button's onSubmit looks aproximetly like this
protected void onSubmit( AjaxRequestTarget target, Form form ) { String description = descriptionField.getModelObjectAsString(); dataProvider.save( description ); target.addComponent( refreshableComponent ); modalWindow.close( target ); } where "refreshableComponent" is the AjaxFallBackDataTable from first page. In runtime new record is saved, the dialog is closed, but table is not refreshed :( So something is wrong there. Could you be so good to show me the way? Thanks a lot. Evgeniy. igor.vaynberg wrote: > > On 7/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> I am using the AjaxFallBackDataTable from the wicket-extensions project. >> Using this component I am rendering some entities, and I also have a >> delete link >> for deleting the displayed entities. >> The delete link is AjaxFallBackLink. >> My question is, once the link is submitted over ajax, and the entity is >> deleted, is there >> a way to force the Table to update, (over ajax ), without having to >> reload >> the page ? > > > add it to the ajaxrequesttarget available in your link's onclick. since > its > a fallback link make sure you test the target for null. see javadoc. > > -igor > > -- View this message in context: http://www.nabble.com/A-question-about-DataTable-Component.-tf4012562.html#a11782138 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user