Thanks Salvador, this seems to have worked.
What is confusing is the constructor I used has in the javadoc:
"Creates an anchor for scripting. The anchor's href is set to
javascript:, based on the expectation that listeners will be added to
the anchor."
This seems to imply what I was trying to do, but maybe href set to
"javascript:" doesn't work. Is this a bug?
On Apr 22, 8:58 am, Salvador Diaz <
diaz.salva...@gmail.com> wrote:
> The anchor widget is just a regular <a href=""> tag so if you use that
> constructor, clicking on it will open a new browser window. To get an
> anchor that doesn't do that use the constructorhttp://
google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/g...)