How to intercept ONPASTE events

2010-09-10 Thread jjd
In order to modify what gets pasted to my application, I'm attempting to intercept ONPASTE events as described by Jim Douglas in this thread: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/09a3527707d22be0?fwc=1 The problem is that I'm never seeing the ONPASTE event

Re: Cleaning up threads on GWT application shutdown

2010-06-17 Thread jjd
Jason and jhulford, Thanks for your advice. I checked into ServletContextListener and it looks like it should work fine. I'm about to give it a try. Thanks. --Jim-- -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Cleaning up threads on GWT application shutdown

2010-06-09 Thread jjd
I have a GWT application that starts an independent thread and leaves it running for use by multiple GWT sessions. It appears that under Tomcat, when I Stop of Undeploy the application, this thread keeps running. I can't figure out the right way to manage shutting down the thread when the