Re: replacing links in HTML in widgets (to update widget instead of browser follow link)

2009-02-13 Thread ricochet
ok, well, I got it working. I moved things around some (stopped extending Anchor, and just added a click listener, set the URL of the link to "javascript:" after I saved it for later request, and ... added rb.send(); (it really helps if you actually send the request :) I still would like to kno

replacing links in HTML in widgets (to update widget instead of browser follow link)

2009-02-13 Thread ricochet
Hi, I'm wondering if someone can help me. I'm new to GWT, I'm very well versed in Java, but less so in dealing with browsers/DOM/js. I expect this is a common problem. What I'm trying to do is incorporate GWT into an existing app. (Don't stop reading yet) I'll make this abstract: I have a T