after user closes application

2010-12-10 Thread GJT
Hi all.. I want to do something after (before) the user closes the wicket application. How can I do that? I've found out that there was a method caled renderOnBeforeUnloadJavascript.. but it doesn't exist anymore.. thx for your help your Swiss buddy -- View this message in context:

Inmethod Grid Select All or Reload Grid

2011-04-18 Thread GJT
Hi there I started using the Inmethod DataGrid because I need resizable tables and I need to be able to select multi entries. First, I had the problem that I couldn't select all entries and the multi select didin't work properly. In this forum I found out that I have to implement hashCode in the

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread GJT
I am using wicket 1.4.16 and inmethod-grid 1.4.17 For example, I have a list of flights. I select every flight I want to change. So I press a button which opens a modal window. There I change the times of the selected flights. After saving, the table should load the new data

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread GJT
the grid to AjaxRequestTarget, so target.addComponent(grid) is not necessary +++ Regards -- Marc Nuri On Mon, Apr 18, 2011 at 10:15, GJT lt;taulant.gju...@helvetic.comgt; wrote: I am using wicket 1.4.16 and inmethod-grid 1.4.17 For example, I have a list of flights. I select every flight I

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread GJT
After debugging, I found out the with the hashCode method, the columns don't load. If I take out the hashCode method, the columns loads the data again. But as I said, the selection doesn't work anymore. -- View this message in context: