Re: DOUBLE_CLICK

2005-09-22 Thread Jeff Emminger
ssage- From: Patrick Casey [mailto:[EMAIL PROTECTED] Sent: 22 September 2005 19:23 To: 'Tapestry users' Subject: RE: DOUBLE_CLICK The nature of the click doesn't get passed as part of an HTTP POST routine, so you can't determine that information purely from the liste

RE: DOUBLE_CLICK

2005-09-22 Thread Robert Haycock
Cheers for that. I'll be using the onDblClick() event, just have to wire it up best I can. Rob. -Original Message- From: Patrick Casey [mailto:[EMAIL PROTECTED] Sent: 22 September 2005 19:23 To: 'Tapestry users' Subject: RE: DOUBLE_CLICK The nature of the cl

RE: DOUBLE_CLICK

2005-09-22 Thread Patrick Casey
ecl.html --- Pat > -Original Message- > From: Robert Haycock [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 22, 2005 11:01 AM > To: tapestry-user@jakarta.apache.org > Subject: DOUBLE_CLICK > > Hi, > > > > Would someone be kind enough to tell me how I

DOUBLE_CLICK

2005-09-22 Thread Robert Haycock
Hi, Would someone be kind enough to tell me how I can associate a double click with a listener please. Or do I just have a regular listener and check to see if it's a double click somehow? Rob.