Re: Inmethod Grid Select All or Reload Grid

2011-04-20 Thread Marc Nuri San Félix
Hello. Of course, objects updated in the database shouldn't be equal to those previously displayed in the table (they aren't equal). If you don't comply to this you'll have problems not only with inmehtod grid. The equals method of my beans always include at least this: if (this.id !=

RE: Inmethod Grid Select All or Reload Grid

2011-04-20 Thread Chris Colman
. } Hmmm, I'll try that first thing tomorrow morning when I hit the office. >-Original Message- >From: Attila Király [mailto:kiralyattila...@gmail.com] >Sent: Tuesday, 19 April 2011 3:26 AM >To: users@wicket.apache.org >Subject: Re: Inmethod Grid Select All or Rel

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread Attila Király
sn't work anymore. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Inmethod-Grid-Select-All-or-Reload-Grid-tp3456685p3457355.html > Sent from the Users forum mailing list archive at Nabble.com. > > ---

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread Marc Nuri San Félix
http://apache-wicket.1842946.n4.nabble.com/Inmethod-Grid-Select-All-or-Reload-Grid-tp3456685p3457355.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: us

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread GJT
ethod-Grid-Select-All-or-Reload-Grid-tp3456685p3457355.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mai

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread Marc Nuri San Félix
he > >> new > >> data (target.addComponent(grid)). That's what I mean with refresh. > >> > >> -- > >> View this message in context: > >> > http://apache-wicket.1842946.n4.nabble.com/Inmethod-Grid-Select-All-or-Reload-Grid-tp3456685p3

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread GJT
a (target.addComponent(grid)). That's what I mean with refresh. >> >> -- >> View this message in context: >> http://apache-wicket.1842946.n4.nabble.com/Inmethod-Grid-Select-All-or-Reload-Grid-tp3456685p3456877.html >> Sent from the Users forum mailing list a

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread Marc Nuri San Félix
; > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Inmethod-Grid-Select-All-or-Reload-Grid-tp3456685p3456877.html > Sent from the Users forum mailing list archive at Nabble.com. > > ---

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread GJT
(grid)). That's what I mean with refresh. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Inmethod-Grid-Select-All-or-Reload-Grid-tp3456685p3456877.html Sent from the Users forum mailing list archive at Nabbl

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread Attila Király
false; > } > > Thanks for your help. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Inmethod-Grid-Select-All-or-Reload-Grid-tp3456685p3456685.html > Sent from the Users forum mailing list archive at Nabble.com. > > --

Inmethod Grid Select All or Reload Grid

2011-04-17 Thread GJT
if (obj instanceof DetachableModel) { DetachableModel other = (DetachableModel) obj; return other.id == this.id; } return false; } Thanks for your help. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Inmethod-Grid-Select-All-or