Hi!
I'm new to GWT but would like to get started with a simple
application. I just can't figure out how hyperlinks work in GWT.


public void onModuleLoad() {


                Hyperlink robert = new Hyperlink("Robert", "robert");


                RootPanel.get("robert").add(robert);

I guess I should add a listener of some kind, and also I have a
problem figuring out how to add a target to the link. I would like to
go to another page, robert.html, when I click the hyperlink. Could
someone please get me started :)

Thanks
Regards
Robert

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to