Howdy,

First of I'd like to say that I think Wicket is fantastic and after trying GWT and Thinwire, I finally have found a framework that is open, supported, mature, and lets me program how I want to. However, I am currently having a strange problem. I have a ModalWindow which is shown after an AjaxLink is clicked on a WebPage. On the panel used as the content for the ModalWindow is a DataGrid control. The Model and DataSource appear correct when I inspect them in a debugger, yet the DataGrid does not show any contents for the cells. It does show the correct number of rows, but the cells are blank. Once I resize, or move the ModalWindow the contents magically show. Additionally, clicking a header to sort the rows or clicking a row to select it also causes the cells content to show. I think the problem is the DataGrid's update isn't triggered between creation and the first time I manipulate the DataGrid or the ModalWindow. Is there someway I can force the DataGrid to redraw when I show the Modal? update() doesn't work.

Thanks,
Paul Logasa Bogen II

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to