Re: [Wicket-user] A question about DataTable Component.

2007-07-25 Thread Evgeniy Platonov
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

Re: [Wicket-user] A question about DataTable Component.

2007-07-25 Thread Evgeniy Platonov
The question is closed. I've found a solution there http://www.nabble.com/ModalWindow%2C-Forms%2C-and-Updating-underlying-Panels-tf3578768.html#a1827 http://www.nabble.com/ModalWindow%2C-Forms%2C-and-Updating-underlying-Panels-tf3578768.html#a1827 It's not so intuitive as I wish, but

Re: [Wicket-user] A question about DataTable Component.

2007-07-02 Thread Igor Vaynberg
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