Hello,
In my GWT project, we are revamping the design and i am stuck up with an issue.
I my site header, we have a login link which comes in between text like "Already a registered member - Login - Bla bla bla".
I am replacing the "Login" text with new Hyperlink("Login", "").getHTML().
I am getting the link but the click event is not working.
If i add the hyperlink inside a panel like horizontalPanel.add(new Hyperlink("Login", "")), the click event is working fine.
How to solve this issue.